I would like to enable UIFileSharingEnabled
users of my application to save some files on their PC. The problem is that the Google library puts files in the main Documents folder of my application, preventing me from specifying a different destination.
So, if I turn it on UIFileSharingEnabled
, this is what the user can see and interact with (upload or delete!)

3 folders belong to me, so I can easily move them, but files with 3 .plist
are a problem. I can’t move them without breaking Google’s functionality.
I use Cocoapods to load them inside my project.
pod 'Google/Analytics', '1.0.7'
pod 'Google/CloudMessaging', '1.0.7'
Any idea on how to fix this? I am stuck in this situation. Thanks