Reset version number in google play store

I published an application on playstore and a randomly used version of 9999999 for testing in my gradle assembly. So, now my application is published with this version, and I can’t reduce it, otherwise the Google Play developer console will complain. In addition, I cannot remove the application from the play store because it has already been published. So I would have to use a different package name and create a new application (which I really do not want), or I need to somehow reset the version number.

Is this even possible? Are there other alternatives for me here?

+5
source share
2 answers

I am very afraid that you are spoiled, I do not think there is a way to do this. As noted above, changing the version number for this number can be very dangerous, and you have to be very careful.

However, if I were you, I would contact them ( googleplay-developer-support@google.com ), explaining what you just did. After that, just cross your fingers!

+1
source

It seems that this problem was not addressed when creating the developer console. You can try to contact Google directly and see if they can remove the failed apk for you.

+1
source

Source: https://habr.com/ru/post/1245348/


All Articles