小罗在此
小罗在此
  • 发布:2015-05-23 16:01
  • 更新:2015-05-25 12:38
  • 阅读:1917

iOS数据问题过不了审

分类:HBuilder

May 23, 2015 at 2:26 AM
发件人 Apple
2.23 - Apps must follow the iOS Data Storage Guidelines or they will be rejected
2.23 Details

On launch and content download, your app stores 91MB, which does not comply with the iOS Data Storage Guidelines.

Next Steps

Please verify that only the content that the user creates using your app, e.g., documents, new files, edits, etc. is backed up by iCloud as required by the iOS Data Storage Guidelines. Also, check that any temporary files used by your app are only stored in the /tmp directory; please remember to remove or delete the files stored in this location when it is determined they are no longer needed.

Data that can be recreated but must persist for proper functioning of your app - or because users expect it to be available for offline use - should be marked with the "do not back up" attribute. For NSURL objects, add the NSURLIsExcludedFromBackupKey attribute to prevent the corresponding file from being backed up. For CFURLRef objects, use the corresponding kCRUFLIsExcludedFromBackupKey attribute.

Resources

To check how much data your app is storing:

- Install and launch your app  
- Go to Settings > iCloud > Storage > Manage Storage  
- Select your device  
- If necessary, tap "Show all apps"  
- Check your app's storage  

For additional information on preventing files from being backed up to iCloud and iTunes, see Technical Q&A 1719: How do I prevent files from being backed up to iCloud and iTunes.
If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.

If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:

  • complete details of your rejection issue(s)
  • screenshots
  • steps to reproduce the issue(s)
  • symbolicated crash logs - if your issue results in a crash log
2015-05-23 16:01 负责人:无 分享
已邀请:
DCloud_IOS_XTY

DCloud_IOS_XTY

请问下你是离线打包还是在线打包什么时候打的包?

DCloud_App_Array

DCloud_App_Array

请确认使用的是哪个版本?
5.8.0之前的版本默认除了应用本身资源(www)之外的目录都会同步到iCloud,如果在运行过程中产生了较多的文件则可能出现上述问题。
最新版本(5.8.0及以后版本)已经修改出所有目录都设置为不同步到iCloud。

该问题目前已经被锁定, 无法添加新回复