Cannot remove "Internal test track" build from Google Play Console

AndroidReleaseGoogle Play-Console

Android Problem Overview


I've been developing my first app for work and am having trouble removing an earlier version from the Google Play Console.

My first release was version 2, which I released on the Internal Test track, as much as an experiment to understand the working of things. I have subsequently release the app up to version 8, always targeting Alpha/Closed Track and had no problems with them.

However my first release, the one in Internal test track, simply refuses to go away. All the others I have found I can click MANAGE then RELEASE TO BETA then DISCARD (at the bottom) and they go away, but not this one.

Can anyone help me with this please. I have to say that the websites for releasing to both Android and to Apple do leave much to be desired - a bit of a baptism of fire to get your first app out there, even just to testers.

Android Solutions


Solution 1 - Android

It is possible to discard the release by creating a new release without a bundle or APK, inserting a release name, which is required, and completing the process.

Solution 2 - Android

We found that while there is no remove, we had to add an empty version which replaced the test version. This was a huge problem for us as the test version was in violation of permissions rules and our production code was not, but the production app was pulled from the Play store... Yikes. Adding a remove or delete would be soooo much more intuitive.

Solution 3 - Android

I would upload your next alpha to the internal test track and promote it to the alpha/closed track. You will still have a build in the internal test track, but at least it is a relevant build.

Solution 4 - Android

  1. Sign in Play Console
  2. Choose your app
  3. Click Release Overview (Left pane)
  4. Select the release version that you want to stop
  5. View track
  6. Pause track (Right upper hand corner)

Solution 5 - Android

End a test To remove users from your app's test:

Sign in to your Play Console. Select an app. On the left menu, select Release management > App releases. Next to the test that you want to end, select Manage. Expand the "Manage testers" card. After ending a test, testers won't receive updates but the app will remain installed on their device. To remove a closed test track that you created, select Deactivate track. You can access deactivated tracks on the App releases page in the "Closed tracks" section.
To end an open, closed alpha, or internal test, select Remove testers.

Solution 6 - Android

Go to manage internal test

Manage testers

Remove all testers

This is the safest way

Solution 7 - Android

Haven't found how to delete a build - as been said, we just upload a newer version of the app with higher build number into the Internal track and propagate it through Alpha to Production. So just overwrite the unwanted build.

Solution 8 - Android

You can mark them inactive after pausing it.

Solution 9 - Android

You don't need to discard it. Testers will always get the highest version code they are eligible for.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMikeView Question on Stackoverflow
Solution 1 - AndroidVincent BrodeurView Answer on Stackoverflow
Solution 2 - AndroidAlan View Answer on Stackoverflow
Solution 3 - AndroidHenry YeiView Answer on Stackoverflow
Solution 4 - AndroidEhsan RosdiView Answer on Stackoverflow
Solution 5 - AndroidFaizan AhmadView Answer on Stackoverflow
Solution 6 - AndroidMoses MwongelaView Answer on Stackoverflow
Solution 7 - AndroidJiri HradilView Answer on Stackoverflow
Solution 8 - AndroidAnil ChahalView Answer on Stackoverflow
Solution 9 - AndroidNick FortescueView Answer on Stackoverflow