Menu Home

iOS审核: 相机权限被拒绝

最近APP提交审核后,连续收到被拒绝的通知。

发件人 Apple
 1.1 Legal: Privacy - Data Collection and Storage 
 Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
 Thank you for your resubmission.
 We noticed that your app requests the user’s consent to access their camera but does not clarify the use of this feature in the permission modal alert.
 Next Steps
 To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the user's camera.
 The permission request alert should specify how your app will use this feature to help users understand why your app is requesting access to their personal data.
 Resources
 For additional information and instructions on configuring and presenting an alert, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.
 Learn more about Protecting the User’s Privacy.
 Please see attached screenshot for details.

第一次被拒之后,检查Info.plist的「Privacy – Camera Usage Description」,已经填写了「需要你的同意,才能使用相机」,直接无脑重新提交审核。当然的又一次被苹果拒绝了。

这次认真读了一下说明,看到了这句话「why the app is requesting access to the user’s camera」,应该是没有明确描述为什么需要用到相机的权限。所以我把说明修改为:「需要在更改头像图片服务中访问您的相机权限」,重新提交,就过审了。

踩了个坑,记录一下。

Categories: iOS

Tagged as:

muzi