Skip to content Skip to sidebar Skip to footer

Errors In Reverting To Previous Version At Playstore

I accidentally uploaded a newer version of my app at Google Play Store. And now i want to revert my application, I unpublished the previous version of my application and now m tryi

Solution 1:

Once you hit publish (whether staged rollout or not), you cannot downgrade to a prior version - only upgrades (i.e., from lower version code to higher version code) are allowed.

You can publish the old version of your application with an updated version code that is higher than the build you accidentally pushed - that will replace everyone's version with the old version.

Post a Comment for "Errors In Reverting To Previous Version At Playstore"