Working on an Android app where I would like to display the number of times the app has been downloaded. Is that possible?
Thank you! 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On first start, you could do a “register check”, that is check to see if a registration boolean has been set in your preferences. If it hasn’t been checked, do the registration process (which could increment the total count on a server somewhere), and if it has been checked, continue normally.
This solution of course won’t count the number of downloads, but the number of users that have actually opened the application.
Another solution would be to use what Google gives you. I am not sure if they have an API to retrieve the precise number, but there is public application download count data available when you are downloading an app from the Android Market.