How to know the number of beta users of my app?

北城以北 提交于 2019-12-22 13:11:39

问题


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 and by 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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!