Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top