首页 > 移动平台 > 详细

iOS 14 local network原因被拒说明

时间:2020-10-20 16:42:58      阅读:596      评论:0      收藏:0      [点我收藏+]

最近更新应用,iOS14后被拒绝了,被拒拒原因如下;

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage  

We noticed that your app requests the user’s consent to access the local network information but does not clarify the use of the local network information in the applicable purpose string.  

To help users understand why your app is requesting access to their personal data, all permission request alerts in your app should specify how your app will use the requested feature.  

Next Steps  

Please revise the relevant purpose string in your app’s Info.plist file to specify why the app is requesting access to the local network information.  

You can modify your app‘s Info.plist file using the property list editor in Xcode.  

目前查看了项目因为项目中用到了高德地图激光魔链SDK导致的,当然你可能用到的其他SDK中用到了,目前大部分新版本SDK都移除了相关代码,已经不需要相应权限,更新SDK就可以了。如果确实需要就在plist中增加NSLocalNetworkUsageDescription 及相应的用途说明。

 

 

iOS 14 local network原因被拒说明

原文:https://www.cnblogs.com/qizhuo/p/13846430.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!