+ 3
I want to see how many time my app have been downloaded, is there any one how got an idea?
6 Answers
+ 11
If it's on playstore, then you can check the statistics from there.
In addition, including Google or Firebase Analytics is the best way to get the detailed tracking info: https://developers.google.com/analytics/devguides/collection/android/v4/
+ 8
You can use Firebase analytics for free: https://firebase.google.com/docs/analytics/
+ 6
When not using someone else's download repository...
All the common Internet service daemons* support access logs, which record visitor actions independently of client-controlled tracking scripts.
* IIS, Apache, Nginx, lighttpd, ...
+ 2
it depends on the type of your app, if it's an Android app, I suggest you to use something like Google playstore which will provide you a lot of tools for the management of your app.
+ 2
thanks for all yours answers , but what if I don't have access to play store?
+ 2
You must have an account first