hw-1

Privacy – Data Collection and Storage Reject

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.

iOS 14.0 版本新增了关于本地网络设备的隐私权限,app 需要向用户获取 Privacy – Local Network Usage Description 权限,才能访问用户的本地网络设备。

解决方案
1 打开 Xcode 项目,在 info.plist 文件中,点击 + 图标添加 Privacy – Local Network Usage Description。
2 结合你的业务需求,在 Privacy – Local Network Usage Description 的 Value 栏中填写获取本地网络设备权限的目的。例如:此 app 不会连接到您所用网络上的设备,只会检测与您本地网关的连通性。