Created
May 24, 2012 04:23
-
-
Save renepardon/2779404 to your computer and use it in GitHub Desktop.
do-not-backup attribute on iOS submission of your Cordova app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You have problems to get your Cordova app in the iOS AppStore? The do-not-backup attribute is expected but you have no clue why? Cordoa makes a backup of the data in the Documents folder. Data within this folder are automatically pushed to IOS cloud. This is due to an update of the iOS version. Because the data not come from the user, Apple will reject the app. The workaround is to put that to do-not-backup attribute to the entire Documents folder. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment