Can we change the location of the cache files from the Documents directory?
With UIFileSharingEnabled the user will have access to these 2 files saved there.
“When file sharing is enabled, the entire Documents folder is used for file sharing. Files that that are not intended for user access via the file sharing feature should be stored in another part of your application’s bundle. If your application does not require the file sharing feature, the UIFileSharingEnabled key in the Info.plist should not be set to true.”
Hi Robert,
Please clarify, how is this question related to Backendless?
Sorry, I forgot about this issue until now.
It looks like when we set stayloggedin, 2 files are added to the documents folder
user.bin
offlinemodedatabase
I want to allow users access to the documents folder via iTunes.
Robert, could you provide some code which reproduces this issue, or maybe give us some sample project.
Here is a example.
if you comment out the login, it adds only the offlinemodedatabase.
If you setstaylogin true and login it adds the user.bin.
Im hoping we can move the storage of these 2 files to the library folder instead of documents.
Thanks
Robert
test.zip (19.29MB)
i uploaded a example in the reply above
Robert, we cannot change the folder because other customers already use it in their apps.