I want to make an early release for my app but I dont have the option to select "Early Access" in playstore store listing section. How do I make my app come in early access part of playstore app ?
Asked
Active
Viewed 1.4k times
17
1 Answers
14
As far as I understand "Recruit beta testers on Early Access", these apps are beta versions. So you have to create a public beta test and add your APK. Then it should show up as "early access" version.
To help you in the early stages of development, Early Access offers a showcase on Google Play for selected new apps still in beta testing.

mbo
- 4,611
- 2
- 34
- 54
-
Yes, as the above answer says for *Early Access*, you need to release your App in *Public Beta* also known as *Open Beta*. – Ashutosh Chamoli Oct 25 '18 at 18:36
-
1Checkout this link https://support.google.com/googleplay/android-developer/answer/3131213?hl=en Few points to take care of :- 1. When creating the open beta release, do not specify any number of test users (to make App available to all users), 2. Do not push your App to production (I did it accidentally then I had no option), 3. Go to Google Play Console->Release Management->App Releases-> Open Track ->Create or Manage. – Ashutosh Chamoli Oct 25 '18 at 18:45
-
1does one need to give privacy policy and license information and an about page with license and privacy policy inside the app when releasing in public beta? (i am asking this question also because no data leaves the device but i use location permission do i need to make a privacy policy and do all the work i stated above)? – user rk May 26 '19 at 18:00
-
@AshutoshChamoli i accidentally pushed my app to production. How do i disable that release? – Richard Muvirimi Feb 01 '21 at 15:24
-
Hey @RichardMuvirimi, When I posted the comment it was long back almost 3 years back, I was working as an Android dev. I am not sure if things may have changed now. At that time, once the app goes to production, you can't do much rather to just remove the app and change your package name & launch a new app in beta. – Ashutosh Chamoli Jun 02 '21 at 13:59
-
1@AshutoshChamoli Thanks, figured it's not possible. One has to live with it – Richard Muvirimi Jun 03 '21 at 07:36