*
2018年8月26日 上午5:44

发件人 Apple

* 5. 1.1 Legal: Privacy - Data Collection and Storage
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage


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
<https://developer.apple.com/ios/human-interface-guidelines/app-architecture/requesting-permission/>
 section of the iOS Human Interface Guidelines and the Information Property
List Key Reference
<https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW18>
. You may also want to review the Technical Q&A QA1937: Resolving the
Privacy-Sensitive Data App Rejection
<https://developer.apple.com/library/content/qa/qa1937/_index.html> page for
details on how to provide a usage description for permission request alerts.

Learn more about Protecting the User’s Privacy
<https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy>
.

Please see attached screenshot for details.


 
* Screenshot-0825-144157.png
<http://a1454.phobos.apple.com/us/r30/Purple128/v4/ab/0a/91/ab0a9121-4a83-0188-d77f-3620c5e6dc11/attachment-7856534690734788996Screenshot-0825-144157.png?downloadKey3=1535526668_22690a7d83be095f6adbc49b5163e27e>
回复 

使用下面的栏位向 App 审核团队提问或提供额外信息。了解更多 <>

向 App 审查委员会提交上诉
<https://developer.apple.com/appstore/contact/appreviewboard/index.html>。

解决:根据下面的写,或者(此App会在上传头像图片服务中访问您的相机权限)

ios 10 中权限适配 
升级到iOS10之后,需要设置权限的有:
<!-- 相册 --> <key>NSPhotoLibraryUsageDescription</key>
<string>App需要您的同意,才能访问相册</string> <!-- 相机 -->
<key>NSCameraUsageDescription</key> <string>App需要您的同意,才能访问相机</string> <!-- 麦克风
--> <key>NSMicrophoneUsageDescription</key> <string>App需要您的同意,才能访问麦克风</string>
<!-- 位置 --> <key>NSLocationUsageDescription</key>
<string>App需要您的同意,才能访问位置</string> <!-- 在使用期间访问位置 -->
<key>NSLocationWhenInUseUsageDescription</key>
<string>App需要您的同意,才能在使用期间访问位置</string> <!-- 始终访问位置 -->
<key>NSLocationAlwaysUsageDescription</key> <string>App需要您的同意,才能始终访问位置</string>
<!-- 日历 --> <key>NSCalendarsUsageDescription</key>
<string>App需要您的同意,才能访问日历</string> <!-- 提醒事项 -->
<key>NSRemindersUsageDescription</key> <string> App需要您的同意,才能访问提醒事项</string>
<!-- 运动与健身 --> <key>NSMotionUsageDescription</key>
<string>App需要您的同意,才能访问运动与健身</string> <!-- 健康更新 -->
<key>NSHealthUpdateUsageDescription</key> <string>App需要您的同意,才能访问健康更新 </string>
<!-- 健康分享 --> <key>NSHealthShareUsageDescription</key>
<string>App需要您的同意,才能访问健康分享</string> <!-- 蓝牙 -->
<key>NSBluetoothPeripheralUsageDescription</key>
<string>App需要您的同意,才能访问蓝牙</string> <!-- 媒体资料库 -->
<key>NSAppleMusicUsageDescription</key> <string>App需要您的同意,才能访问媒体资料库</string>
 

参考:https://blog.csdn.net/timtian008/article/details/54019932
<https://blog.csdn.net/timtian008/article/details/54019932>

友情链接
KaDraw流程图
API参考文档
OK工具箱
云服务器优惠
阿里云优惠券
腾讯云优惠券
华为云优惠券
站点信息
问题反馈
邮箱:[email protected]
QQ群:637538335
关注微信