Unanswered: Disable backup of localStorage file in /Documents folder
Unanswered: Disable backup of localStorage file in /Documents folder
Hello,
my App was recently rejected by Apple becouse of the iOS Data Storage Guidelines.
The reasons seems to be that native Sencha packager is automaticaly making a backup of the localStorage files on the documents folder when the application exits. This is probably a workaraund for the iOS 5.1 change of default localStorage directory.
This is bad for me because i´m using localStorage only for offline caching and Apple only allows in /Documents user generated data or data marked with "do not backup" attribute.
Is there any way to disable this functionality? I want the localStorage in the default location without backups