19

I found some bugs in my code and need to submit a new version.

How do I remove or cancel the old version that is in review in Google Play Console?

I am hoping to not waste Google's time to review something that is already outdated.

karmelcorn
  • 512
  • 1
  • 5
  • 12

2 Answers2

10

[Screenshot of the Issue]

enter image description here

I got the same issue you got when uploading two releases at the same time which both of them were in review mode, the simple answer is "You don't have to worry, the latest version uploaded will get published on Google Play"

  • 2
    Unfortunately, I do not believe this true. I had one track for production in review and wanted to have a newer version override it, and they were both listed as 'In review'. Unfortunately, the older version was reviewed first, released, and then the second one afterwards. – Dennis Ashford Oct 27 '22 at 15:08
6

You cannot remove versions of your app that you have published on the Google Play console. You can only halt releases for ones that have only been partially rolled out.

Instead, just submit the new version on the track and it will override the version that is in review. As it has a higher version code so it will replace the old version after it has been reviewed and users will download the new version.

user14678216
  • 2,886
  • 2
  • 16
  • 37
  • 4
    This doesn't seem to be true. I added a second version on the production track and now there are two of them in review. – O'Rooney Jan 12 '21 at 06:27
  • 1
    Yes, but that new version you added will be the active one after review as it will replace the old version because it has a has a higher version code. – user14678216 Jan 12 '21 at 07:37
  • 8
    I see your point, but it doesn’t really solve the original problem “ I am hoping to not waste Google's time to review something that is already outdated.”. Cheers – O'Rooney Jan 13 '21 at 20:31
  • 1
    hopefully, a new submission will trigger them to stop reviewing the old track? – user1706991 Dec 10 '21 at 23:39
  • Moved ready to publish app from Alpha to Production track will again go into in review. So if i published the Alpha version and then move into production will not go in review further anymore, and that will be available in couple of hours. – Hiren Dabhi Feb 17 '22 at 11:02
  • This is not correct. They will review the builds in ordered received and newer ones to do not override the older ones. – Dennis Ashford Nov 06 '22 at 15:39