turn off iCloud backup for my application iOS sdk

倖福魔咒の 提交于 2019-12-09 18:42:55

问题


I have some problems because of iCloud and i want to turn off its for my app,how can i do it in the code of my application,i thought about my problem and the decision can be turning off the iCloud, thanks for help


回答1:


If you store files in Documents, they will be backed up to iCloud automatically. If you don't want that, the easiest way is to just store them somewhere else. Library/Caches is a good choice. If you really MUST store in Documents but you want to disable iCloud backup you can use the technique outlined here:

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



来源:https://stackoverflow.com/questions/18110321/turn-off-icloud-backup-for-my-application-ios-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!