Skip to content

Instantly share code, notes, and snippets.

@iantearle
Created June 11, 2013 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iantearle/5755645 to your computer and use it in GitHub Desktop.
Save iantearle/5755645 to your computer and use it in GitHub Desktop.
Testing out my Appcelerator Titanium app on iOS7 and I appear to have an issue with the remote back up flag.
var doNotBackUp = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationDataDirectory);
doNotBackUp.remoteBackup = false;
<Warning>: [ERROR] Application received error: Error setting remote backup flag: at app.js (line 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment