简体   繁体   中英

How to reject/cancel/delete a Beta release in the Google Play Console

I did an Open Track Beta release of an app in the Google Play Console (v1.0.8).

Then I did a Production release of the next version (v1.0.9),

without promoting v1.0.8 to production, and without putting v1.0.9 through Beta first.

Now I have the version I want in Production (v1.0.9) but I still have this earlier version in the Beta track.
And my Beta testers seem to keep getting the Beta version come up.
I have explicitly gone in and done Manage testers > Remove testers, but that seemingly isn't sufficient.

How can remove/delete/cancel/reject the Beta version from the Open Track in the Google Play Console?

There are answers to that in another stack overflow question.

Using a few hints you left on your stack overflow profile I think I've deduced what your app is and what is the problem. I won't mention the app name here as you seemed to want to keep the question general.

The problem is the subtle difference between a superceded release and a shadowed release. Your beta APK is partially shadowed. The beta APK is targeted at users on SDK9+, whereas your production APK is targeted at users on SDK16+. This means while most users will get your production APK, users on older devices (SDK 9-15) will get your beta. As a result, your beta is still technically active, and so you getting the email is correct.

So now the question is what can you do to deactivate it? The answer is a bit confusing in the UI, but makes sense once you think about it. You need to

  • create a release with NO (0!) APKs in it
  • publish that release to the beta track
  • This tells Play that you deliberately want there to be no active APKs in Beta. These users will still get production APKs, but your old beta APK will no longer be active. We're sorry this got confusing, you were caught by a subtle edge case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM