二进制再次被拒绝.怎么做? [英] Binary Rejected once again. How to do?

查看:23
本文介绍了二进制再次被拒绝.怎么做?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对每条路径的代码进行了以下更改,但二进制文件再次被拒绝.

I did below changes in my code on every path but once again the Binary was rejected.

NSURL *URL = [NSURL fileURLWithPath:photoPath];
[URL setResourceValue:@(YES) forKey:NSURLIsExcludedFromBackupKey error:nil];

1) 第一次拒绝:

在启动和内容下载时,您的应用会在用户的iCloud,不符合 iOS 数据存储指南.

On launch and content download, your app stores 38+ MB on the user's iCloud, which does not comply with the iOS Data Storage Guidelines.

2) 第二次拒绝:

在启动和内容下载时,您的应用会在用户的iCloud,不符合 iOS 数据存储指南.

On launch and content download, your app stores 17+ on the user's iCloud, which does not comply with the iOS Data Storage Guidelines.

请告诉我如何修复它?

推荐答案

您错误地使用了 iCloud.请参阅 Apple:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/iCloud.html

You are using iCloud wrongly. See this by Apple: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/iCloud.html

尊重用户的 iCloud 空间.请务必记住,iCloud 是用户付费的有限资源.您应该使用 iCloud 来存储用户创建和理解的信息,并避免使用它来存储您可以重新生成的应用程序资源或内容.另请注意,当用户的 iCloud 帐户处于活动状态时,iCloud 会自动备份您应用程序的 Documents 文件夹中的内容.为避免占用过多用户空间,最好对放置在 Documents 文件夹中的内容有所挑剔.

Respect the user’s iCloud space. It’s important to remember that iCloud is a finite resource for which users pay. You should use iCloud for storing information that users create and understand, and avoid using it to store app resources or content that you can regenerate. Also, note that when the user’s iCloud account is active, iCloud automatically backs up the contents of your app’s Documents folder. To avoid using up too much of the user’s space, it’s best to be picky about the content you place in the Documents folder.

使用最少的 iCloud 空间,避免使用 iCloud 在 iCloud 空间中存储资源和其他您可以在以后重现的数据.

Use minimal amount of iCloud space and avoid using iCloud to store resources and other data which you can reproduce later, in iCloud space.

这篇关于二进制再次被拒绝.怎么做?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆