android - 是否已知这些 SDK 中有任何违反 Google Play 政策的?

标签 android permissions google-play

我已经在 Play 商店开发并发布了多个应用程序。由于旧的广告 SDK(存在安全问题),我不得不使用新的合规广告 SDK 更新我的所有应用。

问题是,一旦我更新我的应用程序,更新就会被拒绝并显示以下消息:

This is a notification that your application, *, for package ID *, has been removed from Google Play.

Please address the issue described below and submit a compliant update. Once approved, your application will again be available with all installs, ratings and reviews intact.

REASON FOR REMOVAL:Violation of section 4.3 of the Developer Distribution Agreement.Please refer to the policy help article for more information.

We classify user information including but not limited to, email address, phone number, name, social media account information, and contacts as private and confidential information.

An app downloaded from Google Play (or its components or derivative elements) which transmits this information off of the device without making this clear to the user and obtaining the user’s explicit consent are regarded as being in violation of section 4.3 of the DDA.

All removals are tracked. Repeated removals will result in app suspension, at which point this app will count as a strike against the good standing of your developer account and no longer be available on Google Play.

This notification also serves as notice for other apps in your catalog. You can avoid future removals and/or app suspensions by immediately ensuring that no other apps in your catalog are in violation of (but not limited to) the above policy. Before publishing applications, please ensure your apps’ compliance with the Developer Distribution Agreement and Content Policy.

If you feel we have made this determination in error, you can visit this Google Play Help Center article.

The Google Play Team

我正在使用多个广告 SDK:

AdMob (Play services 7.5), AppBrain (10.51), Vungle(3.3.1), InMobi(4.5.5) and StartApp(3.1.1)

我也使用分析:

Google Analytics (Play services 7.5), Crashlytics (Fabric.io, 2.3)

这是我要求的所有权限:

CAMERA, ACCESS_NETWORK_STATE, ACCESS_WIFI_STATE, 
INTERNET, VIBRATE, WRITE_EXTERNAL_STORAGE, BILLING and CHECK_LICENSE

和特点:

android.hardware.camera, android.hardware.camera.autofocus, 
android.hardware.camera.front, android.hardware.wifi-required=false
and android.hardware.touchscreen-required=false

现在,我的应用已被暂停。 我完全不知道可能是什么原因 -> 这是一个特定的 SDK 问题吗?

最佳答案

这可能是由两个问题之一引起的。您使用的 SDK 不符合 Google Play 政策,或者您的 SDK 添加了您未在隐私政策中说明的权限。

这个线程可能会有帮助: http://forums.makingmoneywithandroid.com/advertising-networks/3584-google-play-developer-term-violation-4.html

关于android - 是否已知这些 SDK 中有任何违反 Google Play 政策的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31270347/

相关文章:

android - 更改所选 ListView 项的颜色

java - Firebase 身份验证 - 许多用户使用相同的凭据登录

ubuntu - Nginx(我认为)在请求太大时以错误的权限保存文件

android - 通过 USB 安装 Android 市场应用程序

java - 跳过 60 帧!应用程序可能在其主线程上做了太多工作

android - 我在 Android 版本 4.3 中使用 ListView 添加/删除 ListView 交叉应用程序的页脚?

azure-devops - 在 Azure DevOps 中设置共享查询权限

sockets - Nginx和uWSGI : Proper permissions setup for 502 Bad Gateway issue

android - 无法查看 Google Play 控制台发布警告消息

android - 与 Google Play 广告系列衡量相关的跟踪数据去了哪里?