Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what does pause track mean in play console

I have uploaded an app in open testing (Release type) to let people use my app but without giving reviews to my app. Everything works well, many people used my app and really like it. So now I decided to release it in production (available for the world). I did that as well. But I want to remove the open testing app. So I saw an option Pause track in-play console (play.google.com). I have already made mistakes that took me days to re-correct them. So now I don't want any risks. Do the pause track button will remove the open testing or the production also.

enter image description here

like image 691
Vijay Avatar asked Sep 13 '20 09:09

Vijay


People also ask

How do you stop internal testing in console?

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.

What is closed testing in Google Play Console?

If you're running an open or closed test, testers can find your test app on Google Play using their device. If it's a closed test, your test app will still only be available to testers in your list or group.


Video Answer


1 Answers

See there are Four types of releases on play console for android developers;

1. Internal testing - It means you wanna share your app among the decided members. It means you have to put their Gmail into the testers list. This is usually for employees.

2. Alpha testing - Same as internal testing, but this time you can send your app to your friends, families or on your smartphones.

3. Beta testing - This is a serious matter, this is public testing. But people cannot give reviews to your app. You can also limit how many users can install the app.

4. Production - This is the last release, now everybody can install your app, can give reviews, can report to google play if something bad is there. One more thing, now your app appears in play store search listing.

So pause track means pausing that type of release. If you pause beta testing then the beta version will be removed from play store (actually hidden). Each release has its own pause button in their own page. Like you can see above.

like image 177
Vijay Avatar answered Sep 23 '22 18:09

Vijay