Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
679 views
in Technique[技术] by (71.8m points)

Will the play store icon made by Image Asset in Android Studio cause "Hi-res icon" error?

I use Image Asset in Android Studio to generate the Google Play store icon, you can see Image A.

It's 512 x 512, 32-bit PNG.

But Google Play reject it, the following information is displayed

We found an issue in the following area(s): Hi-res icon

Are there some bugs with Image Asset to generate the Google Play store icon?

Image A

enter image description here

Reject Details

enter image description here

question from:https://stackoverflow.com/questions/65856493/will-the-play-store-icon-made-by-image-asset-in-android-studio-cause-hi-res-ico

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Your app is rejected due to the policy here: https://support.google.com/googleplay/android-developer/answer/9888374

Most likely this is the policy that it breaks:

App titles and icons that are so similar to those of existing products or services that users may be misled

Google is probably worried that the icon is just an microphone icon, which is used in other places in the Android system, and may therefore mislead users that the app is related to Android or Google.

Therefore, I suggest modifying your icon to differentiate it and make it unique, and then they should accept it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...