Disable iCloud sync [duplicate]
This question already has an answer here: Prevent iCloud sync of data (using .nosync?) 6 answers Is there a way to prevent your application data (Documents folder contents) from being synced to iCloud? (other then storing it in Caches directory because of the new issues in iOS5 with doing that ) My Application has need of storing data on the device, but for security reasons it can't be synchronized to any 3rd party (including Apple). From: https://developer.apple.com/library/ios/#qa/qa1719/_index.html You can use the following method to set the "do not back up" extended attribute. Whenever you