Issue
My application is disabled by google play store due to the following issue
application 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 the performance of some user devices.
But I provided different icons for different resolutions in drawable folders. I need to get a better solution for this issue. Thanks
Solution
I got the solution for it. There were some logo icons which exceeds 2048x2048 in drawable-xxhdpi and drawable-xxxhdpi.
Make changes to your app icon to bring your app into compliance. Your app’s launcher icon size must not exceed 2048x2048.
This also come up with the review feedback.
Therefore I copied drawable-xhdpi which doesn't exceed 2048x2048 logo for other problematic drawable folders.
Answered By - PushpikaWan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.