Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top