Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Statistics on OS Versions

I have to know how many users are currently using my mobile app(production) in Android OS 4.1 and 4.2

how can i know from google play console.?

like image 226
Vishwanath.M Avatar asked May 17 '26 00:05

Vishwanath.M


1 Answers

You can view the breakdown of users of your app by android version in the Statistics tab in the play developer console. On that page, scroll down below the graph to see how many users are on each version.
These statistics won't differentiate between build variants, but if you discount the number of developers/testers who are using your non-production variants, you can get a good idea of the production usage on different versions. Play Console Statistics Tab Play Console Statistics Installs on Active Devices

like image 156
caitcoo0odes Avatar answered May 19 '26 14:05

caitcoo0odes