英文:
Action Required: Your app is not compliant with Google Play Policies (Data Safety Section)
问题
以下是翻译的内容:
当将应用 APK 更新推送到 Google Play 开发者控制台时遇到了以下错误。由于此错误,他们拒绝了应用程序更新。该应用程序不会发送任何信息,并且完全处于离线状态。
- 它使用 Google 位置 API 获取和存储大致位置(仅存储在设备上,不会传输到外部任何地方)
- 它使用发送日志功能手动处理任何崩溃。用户可以选择发送电子邮件,崩溃日志会附加到发送给开发者的电子邮件中。这也不是自动的,由用户控制。
该应用程序不会向外部 API 或系统发送任何数据,并且完全处于离线状态。
有人可以指导我应该采取哪些措施,以确保 Google 数据安全不会触发此问题吗?
英文:
The below error is encountered when an app APK update is pushed to google play developer console. The have rejected the app update because of this. The app does not send out any information and is completely offline.
- It uses google location API for getting and storing approximate location (stored only in device and not transmitted anywhere outside)
- It uses a send log functionality for any crashes manually. User is given a choice to send an email and the crash log is attached with the email to developer. This is also not automatic and is controlled by user.
No data is sent from the app to external APIs or systems and the app is completely offline.
Can anyone point me in the right direction on what needs to be done so that the google data safety won't trigger this issue?
答案1
得分: 1
如果您已经提交了数据安全表单,请建议您查看您的数据安全表单并尝试更新您在Google Play政策问题中提到的每个案例的答案。
如果您从您的应用程序使用其API向任何分析平台传递数据。
如果您的应用程序是离线的,并且您从用户那里收集任何数据,
请确保您在应用程序中收集的所有用户详细信息都已打勾。
例如:如果您收集/分享用户的姓名、年龄和电子邮件地址,您需要在数据安全表单>数据类型>个人详细信息部分下打勾标记所有复选框。
希望这对您有帮助!
英文:
If you have already submitted Data Safety Form. I suggest to review your Data safety Form & Try updating answers for every cases mentioned in the issue reported by Google Play Policies
If you are passing data to any analytics platform from your app using their APIs.
If your app is offline & you are collecting any data from User,
Make sure you tick all the details collected by you in app from the User.
For Example: If you are colecting/sharing Name,Age & Email Address of your User. You need to tick mark all the checkboxes shown under Data Safety Form > Data Types > Personal Details Section
Hope it will help you!
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论