Friday, 6 September 2013

iCloud and do not backup flag

iCloud and do not backup flag

I'm developing an app that stores large files. I was first using directory
Library/Caches for storing them, but I don't want them to be deleted in
case of need. So now I want to save them in Library/myFolder.
Should I follow this
https://developer.apple.com/library/ios/qa/qa1719/_index.html even if my
app doesn't use iCloud, or my app will be rejected?
If so, for supporting iOS 5 should I save files in Library/Caches in this
case, or my app will be rejected?

No comments:

Post a Comment