Where to store user uploaded files with accurate iOS 5.0? No Do Not Back Up checkbox

I am making an iOS application that allows a user to upload their files to an iOS device.

I know that with iOS 5.0.1 and higher, I can store files in the Documents directory and mark them as “Do not back up” so that the files do not sync with iCloud.

I also know that with iOS 4.x and below I can put files in documents, because iCloud support is not available.

Question: what to do with the exact version of iOS 5.0? It supports iCloud, but not the "Do not backup" flag.

+3
source share
1 answer

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

. " " iOS 5.0.1 . iOS 5.0 /Library/Caches, . , , iOS iOS, .

, /Library/Caches.

+1

All Articles