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.
source
share