Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 626
Mike Avatar asked May 31 '18 14:05

Mike


People also ask

How do I delete my internal test on Google Play?

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.

How do I stop Google Play console from testing?

Open Play Console and go to the testing page for the test you want to end: Open testing (Testing > Open testing) Closed testing (Testing > Closed testing).

What is internal testing in Google Play?

Quickly distribute your builds to a small set of trusted testers without the need to wait for app reviews. Integrate with build qualification processes before promoting to more users.


2 Answers

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.

like image 101
Vincent Brodeur Avatar answered Oct 16 '22 09:10

Vincent Brodeur


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.

like image 43
Alan Avatar answered Oct 16 '22 10:10

Alan