I developed an application that loads fully static content. I store data larger than 4 mb. Without this content, the application will not work. In my case, where should I save the local database (folder with documents or folder with library).
My application was rejected because it was reserved for iCloud storage.
1) Where should I save the database? In the Library folder or inside the Documents folder?
2) Since the apple rejected my application, I believe that I should not backup the database for iCloud. Please correct me if I am wrong.
3) In my application, I also take a screenshot and save it in the document directory to attach it by mail. Can I save a screenshot in the document directory or save it in a cache folder? Refresh.
Please send me the correct way to implement the database.
thank
source
share