Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many users have got the updated app version

I have recently pushed a new version of an Android App to the play store, and would like to see how many of our users have managed to get the update already.

There seems to be stats for days on the android version and the devices that are being used, but I cant seem to find anything on what version of the app my users are using.

like image 715
SM3RKY Avatar asked Aug 14 '15 12:08

SM3RKY


1 Answers

Go to https://play.google.com/apps/publish/ and login in to your developer account.

Click on the app that you want the information and go to Statistics on the left menu.

Now, you have a graph on your page. You can select the type of stats you want to see on the top in the middle, keep "Installs on active devices" selected. Right below that, you have another dropdown on "Android version". You'll want to click that and find one of which says App Version. Click there and the second graph will update and show different color for each released version of your app.

Screenshot of the play console

You can see on the top of the graph the different versions (19, 21, 22). You can hover your mouse on the lines to see the quantity for each app version. There's also the default "All app versions".

The date interval can also be changed on the top to see farther in the past.


@edit (Oct/2018)

Updated screenshot for new play console, since this answer keeps getting attention :)

like image 133
George Avatar answered Oct 29 '22 04:10

George