IOS上架Guideline 5.1.5 - Legal - Privacy - Location Services问题

驳回问题信息如下:

 

Guideline 5.1.5 - Legal - Privacy - Location Services


Your app uses location services but does not clarify the purpose of its use in the location modal alert. Apps that collect, transmit, or use location data must notify and obtain the user’s consent prior to accessing this data.

Please see attached screenshots for details.

Next Steps

To resolve this issue, please specify why the app is requesting the user's location in the location permission modal alert.

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.

Screenshot-0122-104738.png

查阅多方资料后:主要原因为,请为你为啥使用定位服务的弹出警示框进行相关说明!

 

第一次处理方式为,添加NSLocationWhenInUseUsageDescription     描述为允许访问;

第二次为英文描述;具体描述如下,此处做个记号。

NSAppleMusicUsageDescription

App需要您的同意,才能访问媒体资料库

NSBluetoothPeripheralUsageDescription

App需要您的同意,才能访问蓝牙

NSCalendarsUsageDescription

App需要您的同意,才能访问日历

NSCameraUsageDescription

App需要您的同意,才能访问相机

NSHealthShareUsageDescription

App需要您的同意,才能访问健康分享

NSHealthUpdateUsageDescription

App需要您的同意,才能访问健康更新

NSLocationAlwaysUsageDescription      //后台定位耗电

App需要您的同意,才能始终访问位置

NSLocationUsageDescription

App需要您的同意,才能访问位置

NSLocationWhenInUseUsageDescription

App需要您的同意,才能在使用期间访问位置

NSMicrophoneUsageDescription

App需要您的同意,才能访问麦克风

NSMotionUsageDescription

App需要您的同意,才能访问运动与健身

NSPhotoLibraryUsageDescription

App需要您的同意,才能访问相册

NSRemindersUsageDescription

App需要您的同意,才能访问提醒事项

UIBackgroundModes


--------------------- 
作者:时光凉凉 
来源:CSDN 
原文:https://blog.csdn.net/yangxlan/article/details/54023151?utm_source=copy 
版权声明:本文为博主原创文章,转载请附上博文链接!

第三次修改为:App需要您的同意,才能访问位置(目前还在待审核中,不知是否通过)

【备注:使用定位服务的相关描述说明】

 

 

NSLocationAlwaysUsageDescription      //后台定位耗电    App需要您的同意,才能始终访问位置

NSLocationUsageDescription        App需要您的同意,才能访问位置

NSLocationWhenInUseUsageDescription     App需要您的同意,才能在使用期间访问位置  

第一个能不能就不用吧,如果想用定位  下面两个是一定要配置的 作者:天黑qqz 链接:https://www.jianshu.com/p/e357dadd92e3 來源:简书 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 以下为参考网址:

 

https://www.jianshu.com/p/e357dadd92e3

http://blog.csdn.net/yangxlan/article/details/54023151 (info.plist文件里面添加描述

你可能感兴趣的:(ionic,ios)