Question
Coforge Ltd
GB
Last activity: 23 Sep 2020 9:36 EDT
App folder is not visible in iPhone’s Files App for IOS custom module
I am writing a pdf file to document directory and want it to be visible for app user, In Standalone app pdf file is visible in App folder of iPhone's Files app, but after integrating it as IOS custom module to Mobiledevkit_ios-8.4.300 app folder in iPhone's Files app is not visible.
I am able to do read and write operation in document directory using custom module but only App folder is not visible in Files app of iPhone.
I have added below key to info.plist of app
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>UIFileSharingEnabled</key>
<true/>