I was using open beta testing (Early Access) but by mistake I uploaded APK on production and published, can I go back to open beta testing?
Asked
Active
Viewed 368 times
2
-
1Might be best to contact GooglePlay support about this – Shark Jan 10 '19 at 17:41
-
Did you find a solution? Thanks ! – toto_tata Mar 02 '21 at 18:35
-
@Regis_AG .. no there is no solution I found.. only you can unpublish it – Asad Mar 03 '21 at 07:20
1 Answers
1
Unfortunately not.
Unpublishing the app will also remove the availability of the app in Beta.
You will need to publish another APK to Production to remove this one. By setting a low maxSdkVersion or a high minSdkVersion or some more constraints in the manifest that affect the availability of the app, you may possibly manage to limit the number of users who would be able to install it.

Pierre
- 15,865
- 4
- 36
- 50
-
Thanks. But does it mean that the users that have a phone compatible only with the beta version will see the app only in 'early access' (that is to say without rating and comments on the store) Thanks. – toto_tata Mar 02 '21 at 18:36