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     描述为允许访问;

第二次为英文描述;

第三次修改为: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文件里面添加描述

猜你喜欢

转载自blog.csdn.net/ducp123/article/details/79139028
今日推荐