Reputation: 28258
I have set up my app and prepared open beta using the Android Developer Console, but now I want to know how many have signed up for the beta. Is it possible to:
I tried a google search, but all that appeared was information about alpha/beta testing and how to use it. There was nothing on seeing who/how many signed up for it.
Is this possible?
Upvotes: 15
Views: 5256
Reputation: 355
Update (August 2022) There's an additional option if you go to Statistics. Configure the report by "Users -> Installed audience -> All Users" OR "Device -> Install base -> All devices" (note, you can click "Select another metric" to view both). Then click "View By" and select "App version". Use the filter chips to display your version. Scroll to the bottom to see the data table, the latest date row can show you exactly how many users/devices have your app with that version.
Update (December 2021): As commented by @alexislg, the testers count isn't there any longer. If you open "Open Testing" (or another track), and if you have testers, the count will show up in the summary toward the top.
Original answer (2020): With the update to the redesign (as of Oct. 12 2020), just go to the Releases section and click Releases overview. You'll see how many testers are currently enrolled for each track.
Upvotes: 12
Reputation: 21
Statistics > Devices > Install base
View by: App version
The button "+ App version" gives you a select that has the exact number of installs for every version. This way you can determine how many people run your latest beta build.
Upvotes: 2
Reputation: 4436
With recent changes, you can check number of beta testers using Release Management option.
Select your app -> Release -> Testing -> Open testing
Upvotes: 3
Reputation: 28063
Yes, you can see how many users have enrolled to be beta testers. You need to go under the "Beta testing" tab in the "APK" section. See screenshot:
You can't see the user email though.
Upvotes: 7