iOS14 consent to access the local network information, but doesn’t sufficiently explain the use o...

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 doesn’t sufficiently explain the use of the local network information in the purpose string.

To help users make informed decisions about how their data is used, all permission request alerts need to specify how your app will use the requested information.

Next Steps

Please revise the relevant purpose string in your app’s Info.plist file to specify why your app needs access to the user's local network information. Make sure the purpose string includes an example of how the user's data will be used.

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

Resources

- See examples of helpful, informative purpose strings.

- Review a list of relevant property list keys.

Please see attached screenshot for details.

一般来说是苹果认为我用到了本地网络权限没有增加说明,一般是第三方引起的

有俩种解决办法,第一种:

在终端执行命令 (要先CD到项目根目录下)

grep -r SimplePing .

查出第三方库之后 删除 或者升级更新第三方

第二种:在info.plist中设置

Privacy-Local Network Usage Description:"xxApp"不会连接到您所用网络上的设备,只会检测与您本地网关的连通性.用户也可以在设置-->隐私-->本地网络`界面修改 app 的权限设置。

你可能感兴趣的:(iOS14 consent to access the local network information, but doesn’t sufficiently explain the use o...)