I need to keep a track of my application installs on my server. Is there any way with which I can know if my app has been successfully installed in a user device.
The condition is without opening the app i need to know this.
Is there any install intent provided by android for it?
Or I have to make a custom installer for it?
any ideas on how to achieve this?