This is a migrated thread and some comments may be shown as answers.

0. 3.0 BEFORE YOU SUBMIT: ICLOUD

3 Answers 52 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rostislav
Top achievements
Rank 1
Rostislav asked on 24 Sep 2016, 08:35 AM

Having problem to publish an application to AppStore. Always says it has coping Cordova files on the user's iCloud. Few megabytes as usual. Even if BackupWebStorage set to "none". I'm afraid that new version of XCode is miss-configured at cloud side so its ignore BackupWebStorage option. Or may be something wrong with Cordova. Ask you to check when your application starts to store data on the user's iCloud.

Some users have the same bug with Cordova:

http://stackoverflow.com/questions/39365078/app-rejected-0-3-0-before-you-submit-icloud

http://stackoverflow.com/questions/38368444/app-rejection-reason-3-0-before-you-submit-icloud-even-after-nsurlisexcludedfr

3 Answers, 1 is accepted

Sort by
0
Garo
Telerik team
answered on 29 Sep 2016, 11:04 AM
Hi Rostislav,

I am unable to reproduce such behavior on my end, but I will provide you with possible reasons why this issue is occurring.

  1. If you are using the SQLite plugin, please verify that you are saving information to a location that is not synced with the iCloud.
  2. If you are using localStorage to store large files. This PhoneGap issue describes this problem in detail.
  3. Does your iOS provision have the iCloud service turned on? You could try turning it off if your app does not store information in the iCloud.

Additionally, can you provide me with more information regarding:
  • the exact error message that you receive from Apple?
  • does your app stores information to the iCloud, or you are not using this functionality at all?
  • what plugins are you using in your application?

Please, let me know if this helps and I look forward to your reply.

Regards,
Garo
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Rostislav
Top achievements
Rank 1
answered on 02 Oct 2016, 02:36 PM

When i removed reference to localStorage, application published successfully to AppStore. 

I'm not sure what was the reason problem. Local tests via Apple's TestFlight shows no usage of iCloud even data saved at localStorage.

0
Garo
Telerik team
answered on 05 Oct 2016, 09:18 PM
Hello Rostislav,

Could you tell me what kind of information you are storing in the localStorage? As I stated before this behavior might occur if you are saving lots or large files to the localStorage.

Furthermore, I believe this is a Cordova issue and we cannot provide a fix for it. As a workaround, I can suggest using one of the alternatives described in the Cordova documentation or in this article.

I hope this helps.

Regards,
Garo
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Report a bug
Asked by
Rostislav
Top achievements
Rank 1
Answers by
Garo
Telerik team
Rostislav
Top achievements
Rank 1
Share this question
or