Search code examples
androidgoogle-play-console

Changing the Label of My Android App Already Uploaded to Play Store


I want to modify the label and, if possible, the icon of my app in the AndroidManifest.xml file. However, I'm concerned about violating any policies since the application is already live on the Play Store.

android:label="WeVe" <-- I want to change this
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon"> <-- And this

I'm looking for any guidance on how to safely make these changes without causing any policy violations.
Thanks in advance...


Solution

  • Yes, you can change the label and the icon. You even can have multiple icons in the same app and change them on specific events. Also you can do experiments with multiple icons to chose the best one from the Google Play Store listing and from the actual app.