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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -