Question

Is there any way on the Android Market that I can see the distribution of versions of my app among users?

For example, if I have an app with v1.0 and 2.0, can I see the percentage of the users still using 1.0? This would be extremely helpful in determining what versions should I continue to support in the server.

Was it helpful?

Solution

Android market doesn't provide this distinction, but you could add this code to your app so that server know which version is trying to access it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top