ios app审核被拒绝,然后回复了如下这样的信息,他们说要解决这个问题,请修改权限模式警报信息,以说明应用程序为什么请求访问用户的摄像头/照片/麦克风等,图片如下:
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access their camera/photos/microphone but does not clarify the use of this feature in the permission modal alert.
Please see attached screenshots for details.
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/photos/microphone.
Resources
To learn more about requesting the user’s permission to access app features, visit the iOS Human Interface Guidelines. 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.
Screenshot-0412-131835.png
Screenshot-0412-131840.png
Screenshot-0412-131826.png
解决方案:
在info.plist里面修改摄像头/照片/麦克风等权限的提醒信息,把你申请权限的目的说出来,也许这样就能够审核通过了,如图所示,
祝你幸运!