turn off iCloud backup for my application iOS sdk -


i have problems because of icloud , want turn off app,how can in code of application,i thought problem , decision can turning off icloud, help

if store files in documents, backed icloud automatically. if don't want that, easiest way store them somewhere else. library/caches choice. if must store in documents want disable icloud backup can use technique outlined here:

https://developer.apple.com/library/ios/#qa/qa1719/_index.html


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -