ios - 继续收到此审查警告 指南 5.1.1 - 法律 - 隐私 - 数据收集和存储

标签 ios appstore-approval

我向应用商店审核团队提交并收到此警告:

We noticed that your app requests the user’s consent to access their contacts but does not clarify the use of the contacts in the applicable purpose string.

Next Steps

Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the user's contacts. You can modify your app's Info.plist file using the property list editor in Xcode.

To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.

我已经将联系人使用说明放入我的 info.plist 中,但审核团队再次回复了该警告。

contact usage description

如何纠正这个问题,以便它可以通过应用商店审核小组?

最佳答案

正如 @rmaddy 所说,您必须根据您的要求在 info.plist 文件中提供更好的消息。

我也面临同样的问题,但我已经使用以下消息解决了。希望对您有帮助。

<key>NSCameraUsageDescription</key>
<string>You need to provide camera access to scanning the QR Code.</string>

<key>NSPhotoLibraryUsageDescription</key>
<string>You need to provide photo album access to upload profile image.</string>

<key>NSContactsUsageDescription</key>
<string>You need to provide contact access to link and manage contacts.</string>

以上代码只是示例,您可以根据您的要求编辑和编写描述。

关于ios - 继续收到此审查警告 指南 5.1.1 - 法律 - 隐私 - 数据收集和存储,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58452671/

相关文章:

ios - iOS App 使用的图片有限制吗

ios - Apple 会拒绝一款仅具有查看捆绑 PDF 功能的应用程序吗?

ios - 为什么 UIBezierPath strokeWithBlendMode 什么都不做?

ios - 在通用应用程序中滚动查看内容大小?

ios - 开关错误 : Expected member name or constructor call - what's wrong?

ios - 如何将带有配套设备的应用程序提交到 AppStore?

ios - 滚动时收缩的标题 View

ios - secondsFromGMT 在设备和模拟器上返回不同的值

ios - 苹果的二元拒绝是否全面?

ios - PLA 2.3 Appstore 元数据被拒绝