Asad
Asad

Reputation: 1439

Beta app promoted to production by mistake, can I go back to open beta in google developer console

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?

Upvotes: 2

Views: 379

Answers (1)

Pierre
Pierre

Reputation: 17437

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.

Upvotes: 1

Related Questions