Getting first install date of Android app from Google Play

Is there a way to get the very first install date from the Google Play Store for my app? I found several ways to get the download / install date of the last install or last update, but I could not find a way to get the date when the app was downloaded from Google Play for the first time.

+3


source to share


1 answer


The way I could do is create a realtime database with a phone number that stores the first date when the app was started. It works fine, but if the user uninstalled and reinstalled the app with a new phone number, they will get a new date.



I haven't found any other solution.

+1


source







All Articles