Action Required: Your app is not compliant with Google Play Policies

更新日期: 2023-06-14 阅读次数: 1782 字数: 864 分类: Android

昨天晚上 11 点终于将之前的 jetpack compose 版没有 admob 广告的 android app 完美加上了大家喜欢且期待已久的广告功能。

但是今天早上收到了 Google Play 审核未通过的邮件,大致意思就是 app 不符合数据安全政策。

问题详情

Issue details

We found an issue in the following area(s):

SPLIT_BUNDLE 6: Policy Declaration - Data Safety Section: Device Or Other IDs Data Type - Device Or Other IDs (some common examples may include Advertising ID, Android ID, IMEI, BSSID, MAC address)

从这里看,推测是谷歌 admob 广告用到了用户的设备信息来个性化的推荐广告。

虽然,我的 app 本身不涉及网络访问,及设备信息访问,但是奈何 admob sdk 用到了。

Google Play Console 中的说明

违规:Google Play 用户数据政策中的“数据安全”部分:数据安全表单无效

我们已审核您的应用在 Play 管理中心内的数据安全表单,发现其中所述的应用收集和分享用户数据的做法与实际情况不一致。所有应用的开发者都必须填写数据安全表单,准确披露应用收集和分享数据的做法。此要求同样适用于不会收集任何用户数据的应用。

我们检测到您的应用会将用户数据从设备传输到其他位置,但您并未在应用的数据安全表单中披露应用会收集这些用户数据。

您必须确保应用的“数据安全”部分准确反映应用收集、分享和处理数据的做法。其中包括通过应用所用的任何第三方库或 SDK 收集和处理的数据。如果有 SDK 包含与您的 APK 类似的代码,而且这些代码可能会从设备发送用户数据,我们会提供关于这些 SDK 的详细信息。您可以检查您的应用是否使用了列出的任何 SDK,但请注意,此 SDK 列表可能并不详尽。您必须审核您的应用收集和分享的所有数据并对其负责。

解决方法

参考:

https://stackoverflow.com/questions/71199143/action-required-your-app-is-not-compliant-with-google-play-policies-what-is-t

懒得翻译了,大致就是这个流程,有些地方可能有出入,如实回答就行。 揣测一下 admob 广告 sdk 的行为即可,不用只想着自己的 app 没有相关行为,就选择没有,一定是考虑广告 sdk 的行为。

1. Open Google Play Console
2. App content
3. Data safety => Manage
4. Overview click next
5. Answer the questions (then next):
Does your app collect or share any of the required user data types? = yes
Is all of the user data collected by your app encrypted in transit? = yes
Do you provide a way for users to request that their data is deleted? = yes
6. go to Device or other IDs and check it then next
7. check Device or other IDs and manage it
8. answer the questions
Is this data collected, shared, or both? = Collected
Is this data processed ephemerally? = yes
Is this data required for your app, or can users choose whether it's collected? = Users can choose whether this data is collected
Why is this user data collected? = check App functionality
9. then save
10. click next and save and app will review and approved by play store team

提交审核

修改之后,连同新的 app 版本,及审核表单一并提交,大概一个小时就能通过了。

tags: Google AdMob 广告

关于作者 🌱

我是来自山东烟台的一名开发者,有敢兴趣的话题,或者软件开发需求,欢迎加微信 zhongwei 聊聊, 查看更多联系方式