Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset version number on the google play store

I've published an app on the playstore and accidentally used version number 9999999 for testing purposes on my gradle build. So now my application is published with that version and I cannot decrement it, otherwise the google play developer console will complain. Also, I cannot remove the app from the play store because it has already been published. So I'd have to either use a different package name and create a new app (which I don't really want) or I'd have to somehow reset the version number.

Is this possible at all? Are there other alternatives for me here?

like image 670
Yorrd Avatar asked Mar 18 '16 21:03

Yorrd


People also ask

How do I remove old versions of Google Play?

Open Play Console. Select an app. Go to Release > Setup > Advanced settings. On the App Availability tab, select Unpublish.

How do I change my Play Store version?

To do this, tap your profile picture at the top-right of the Play Store, choose Settings, and go to About. Under Play Store version here, you'll see an Update Play Store link.


2 Answers

I'm very much fear that you're screwed up, I don't think there's a way to do that. As commented above, changing the version number for that number could be very dangerous and you have to be very careful.

However, if I were you I would contact ([email protected]) them explaining what you've just done. After that, just keep your fingers crossed!

like image 116
GoRoS Avatar answered Oct 08 '22 22:10

GoRoS


It seems like this problem hasn't been considered when building the developer console. You can still try to contact google directly and see if they can remove the faulty apk for you.

like image 37
F43nd1r Avatar answered Oct 08 '22 22:10

F43nd1r