2

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?

Asad
  • 1,241
  • 3
  • 19
  • 32

1 Answers1

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