Home > Software engineering >  How to delete one pending release in Google Play Console?
How to delete one pending release in Google Play Console?

Time:04-28

I uploaded one bundle in Google Play Console version 38 and created release, then this was moved to In Review

After 20 minutes later, someone noticed a bug that missed during QA session and I wanted to delete(cancell) this release but could not find any way to do it.

Then I created a new bundle version 39 and started a release for it, which is also "In Review"

I want to delete in review version 38 now so google team doesn't waste time with something that I don't even intend or want to release.

So my questions are:

  1. Is there a way to cancel/delete a pending release review then reupload a new bundle with same version id ? (this would be perfect imo as avoid also bumping versions without need. Can make more code changes, bake bundle and upload again then create new release)
  2. Assuming point 1 is not possible and we are in my current situation. Is it possible at least to cancel the pending review when I have a newer one ?

enter image description here

CodePudding user response:

You can't cancel a pending release that is in review as of now. But if you upload the latest release, it should get approved quickly and just replace the old one so long as you have incremented the versioning codes. https://stackoverflow.com/a/69690795/17987933

  • Related