删除应用程序,因为它违反了设备和网络滥用政策

Removing App because it it violates the device and network abuse policy

从2019年6月24日开始Google开始删除不符合他新条件的应用;例如,所有图标都应该是方形的。

我的应用也被删除了,Google 给我发了这封电子邮件:

After review, myApp name, your App, has been removed from Google Play because it violates the device and network abuse policy. The large dimensions of your app's launcher icon negatively impacts performance of some user devices.

Next Steps

  1. Make changes to your app icon to bring your app into compliance. Your app’s launcher icon size must not exceed 2048 x 2048.
  2. Read through the Device and Network Abuse policy for more details, and make sure your app complies with all policies listed in the Developer Program Policies.
  3. Sign in to your Play Console and submit the policy compliant update.

所有这些我都做了不止一次,他们总是在第二天删除我的应用程序。

我现在的图标是:512*512 PNG,32 位色,34,14 KB

我尝试使用 Android Studio 中的图像资源,也尝试自己制作图标。

所有这些解决方案都被拒绝了:

我认为现在的问题与我的图标无关,但我不知道它是什么?

启动器图标

48 × 48 (mdpi)
72 × 72 (hdpi)
96 × 96 (xhdpi)
144 × 144 (xxhdpi)
192 × 192 (xxxhdpi)
512 × 512(Google Play 商店)引用自 iconhandbook

将所有不同大小的启动器图标 (.png) 存储在各自的 mipmap 文件夹中。例如。 48*48 应该进入 mdpi,如下图所示:

If you are publishing your app on Google Play, you will also need to provide a 512 x 512 pixel, high-resolution application icon in the developer console at upload time. This icon will be used in various locations on Google Play and does not replace your launcher icon.

referenced ui_guidelines doc 表示 512* 512 不适用于启动器图标,但会用于 Google Play 应用程序。为启动器图标提供 mdpi、hdpi、xhdpi、xxhdpi 和 xxxhdpi。

终于找到答案了,不过我还是说说我试过的吧。

每次我需要更改时我都会上传一个新版本以通知他们他们应该看到更改,这是错误的。如果您只需要更改正在播放的内容,提交更新就足够了控制台。

然后我阅读了一些我应该查看所有轨道 alpha、beta、内部测试的地方,而不仅仅是生产轨道。 我做到了,并从测试轨道中删除了一个旧版本。并重新提交更新。但这对我没有帮助。

问题是 高级管理 Google 播放功能 你可以在 商店存在

-定价和分销

-托管 google 播放

您只需选中复选框即可。