Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing
准则5.1.2 - 法律 - 隐私 - 数据使用和共享
Your app accesses user data from the device but does not have the required precautions in place.
您的应用从设备访问用户数据,但没有采取必要的预防措施。
Next Steps
To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server and you must obtain the user's consent before the data is uploaded.
要使用您的应用收集个人数据,您必须向用户明确说明他们的个人数据将上传到您的服务器,并且您必须在上传数据之前征得用户的同意。
Resources
There are keys for specifying the reason the app will access the user's protected data. When the access prompt is displayed, the purpose specified in these keys is displayed in that dialog box. If your app will be transmitting protected user data, the usage string in your access request should clearly inform the user that their data will be uploaded to your server if they consent.
有一些键用于指定应用程序访问用户受保护数据的原因。 显示访问提示时,这些键中指定的用途将显示在该对话框中。 如果您的应用程序将传输受保护的用户数据,则访问请求中的使用字符串应明确告知用户,如果他们同意,他们的数据将上传到您的服务器。
有关这些密钥的更多信息,请查看信息属性列表密钥参考。
解决方案:
1、如果要使您的应用收集个人数据,您必须向用户明确说明他们的个人数据将上传到您的服务器。
2、要详细说明具体用途,不能只是简单描述。
3、并且您必须在上传数据之前征得用户的同意。