I notice for some apps, you have the ability to delete data (stored) files from that app, using the system menu (Settings->General->iPhone Storage->AppName)
How can I add the ability to my app? Is it enabling permission, or do I have to write code too?
You should make both of these raw keys true
in the info.plist. then any files inside the documents
folder will appear there.
UIFileSharingEnabled
LSSupportsOpeningDocumentsInPlace
they should be added like:
Note that now the user can access the files directly without using your app. (with a computer or using the Files app or etc.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With