Update application description in the game store

I want to update the description of the application and screenshots in the playback store, but the application remains the same as the same version number (I do not want to publish a new application, since nothing has changed in the application)

Is this possible or will the Google app be requested for updates.

+14
android google-play publish
source share
3 answers

You can update the description and also change the screenshot, and your application will remain the same, only the description and screen will be updated within two hours, and you do not need to update apk.

Google will not request an update to the apk file if the description or distribution changes. Below is a screenshot where yoiu needs to edit the description and change the screenshot. enter image description here

+28
source share

Link:-

https://play.google.com/apps/publish

enter image description here

You can edit the application description and screenshots without updating the application itself. Just go to the "List of stores" in the Android developer console, make changes and save them.

+5
source share

You can edit the application description and screenshots without updating the application itself. Just go to the "Store Listing" in the Android Developer Console, make changes and save them.

+2
source share

All Articles