Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created May 24, 2012 04:23
Show Gist options
  • Save renepardon/2779404 to your computer and use it in GitHub Desktop.
Save renepardon/2779404 to your computer and use it in GitHub Desktop.
do-not-backup attribute on iOS submission of your Cordova app
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