Simply..
Is there any programmatic way to instantly or in a real-time fashion know when your app has been downloaded from google play store?
I found this service, http://distimo.com which has a api, but their docs are talking about giving stats within the last month
Also, found this app, https://play.google.com/store/apps/details?id=com.github.andlyticsproject, but I want api/realtime webhook like interaction.
Is there any hook within the Android API that can be utilized in knowing within minutes of your app being downloaded.
I understand about getting notified through various means when someone, OPENS, your app but what about just downloads it?