Reputation: 99
Experts,
Recently I've used PhoneGAP Build service for my iOS App (HTML5 App built using Sencha Touch), and when i submit to app store, they rejected my app with this reason
in particular, we found that on launch and/or content download, your app stores non user-generated content in iCloud backup directories. To check how much data your app is storing:
- Install and launch your app
- Go to Settings > iCloud > Storage & Backup > Manage Storage
- If necessary, tap "Show all apps"
- Check your app's storage
Is there any solution? please help
I already have this app published in BB and Android with out any issues. https://play.google.com/store/apps/details?id=com.pavan.cinetalk http://appworld.blackberry.com/webstore/content/32189889/
Upvotes: 0
Views: 844
Reputation: 99
@Brett Bailey: Thanks for your input, finally this parameter worked and iTunes approved my app now https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=687594497&mt=8
Upvotes: 0
Reputation: 21
I think PhoneGap Build might be setting BackupWebStorage by default to iCloud, if you set up PhoneGap locally this setting can be changed in the Cordova.plist file see the below link:
http://docs.phonegap.com/en/2.2.0/guide_project-settings_ios_index.md.html
Upvotes: 2
Reputation: 1133
If im not wrong the message is quite clear, they just don't want you to upload to their cloud data that is not generated by the user.
I don't know your app, but sounds like are you backing up things like images or media used by the application itself instead of user's data ¿?
Upvotes: 0