Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
What is the difference between total installs and active installs in the Android market?

I am a bit confused when looking at the Android Market Developer console.

In the console it says that for my app I have:

1617 total installs (users) 285 active installs (devices)

What do these numbers mean because I do not see how I can have more users than I do devices.

Thanks for any help.

share|improve this question

marked as duplicate by Noah, Junuxx, Bananeweizen, Guvante, Adriano Oct 12 '12 at 20:10

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 11 down vote accepted

When some installs your app, total installs and active installs go up by one. When someone uninstalls your app, active installs goes down by one.

Total installs is just that, the total number of times your app has been installed. Active installs is the number of devices that currently have your app installed.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.