I have a list based application that uses Core Data to store most information, and the document directory just to save images since they are too large. I really want to give the user a way to backup there data, but I do not want to use a server of my own.
I’m not sure if the user backing up there data on iCloud will include all my app’s pictures store in the documents directory or not. Any recommendations on a clean, easy solution?
It should backup the Documents directory. Storing cache files there has led to App Store rejections since the introduction of iCloud, for this very reason.