Errors in programming iBuildApp?
Good day, I do not speak good english. I've been using google translate.
My app that I created was rejected by Apple although I have no programiert special code. Rss feeds and only music viedeo streams and a Google Picasa Rss feed.
Is there something wrong with iBuildApp? This I got from Apple as basic. I hope you understand me.
Thank you for your answer.
Your app does not follow the iOS Data Storage Guidelines, which is not in compliance with the App Store Review Guidelines.
Your app's backup allotment exceeds the guideline limits. You are backing up the downloaded data to iCloud instead of having the user download it again when necessary.
The iOS Data Storage Guidelines specify:
"1. Only documents and other data that is user-generated, or that cannot otherwise be recreated by your application, should be stored in the /Documents directory and will be automatically backed up by iCloud.
2. Data that can be downloaded again or regenerated should be stored in the /Library/Caches directory. Examples of files you should put in the Caches directory include database cache files and downloadable content, such as that used by magazine, newspaper, and map applications.
3. Data that is used only temporarily should be stored in the /tmp directory. Although these files are not backed up to iCloud, remember to delete these files when you are done with them so that they do not continue to consume space on the user’s device.
4. Use the "do not back up" attribute for specifying files that should remain on device, even in low storage situations. Use this attribute with data that can be recreated but needs to persist even in low storage situations for proper functioning of your app or because customers expect it to be available during offline use. This attribute works on marked files regardless of what directory they are in, including the Documents directory. These files will not be purged and will not be included in the user's iCloud or iTunes backup. Because these files do use on-device storage space, your app is responsible for monitoring and purging these files periodically."
For example, only content that the user creates using your app, e.g., documents, new files, edits, etc., may be stored in the /Documents directory - and backed up by iCloud.
Temporary files used by your app should only be stored in the /tmp directory. Please remember to delete the files stored in this location when the user exits the app.
Data that can be recreated but must persist for proper functioning of your app or because customers expect it to be available for offline use should be marked with the "do not back up" attribute. For more information, please see Technical Q&A 1719: How do I prevent files from being backed up to iCloud and iTunes?.
It would be appropriate to revise your app to meet the requirements of the iOS Data Storage Guidelines.
For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to include any symbolicated crash logs, screenshots, or steps to reproduce the issues when you submit your request
-
already answered regarding using iCloud here http://ibuildapp.com/forum/?mingleforumaction=viewtopic&t=1482.0
Please sign in to leave a comment.
Comments
1 comment