问题
Google Play Developer Console allows developers to upload a beta APK, and invite a Google Group to use it.
How to know how many users are using my beta?
回答1:
The Google Play Developer Console has changed a lot since the original answer.
If you are using Open Beta Testing then go to:
Release Management / App Releases / Manage Beta
and you will see something like this:
Note: if the number of testers is not showing, this might be because the number has not yet reached a certain threshold.
This specifically answers the question "How many people have opted into Beta testing?" which may or may not be what the OP was really interested in.
Analytics would be the way to discover how many are actually using the beta version.
回答2:
In the console:
- Go to
Statistics
, - Click
Export as CSV
, - Uncheck everything but
Installs devices current
andby app version
- In the resulting CSV, spot the id of the APK you sent for beta
- The number in the third column is the number of beta users.
来源:https://stackoverflow.com/questions/18985497/how-to-know-the-number-of-beta-users-of-my-app