Reputation: 6317
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.?
Upvotes: 3
Views: 1201
Reputation: 484
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.
Upvotes: 2