Reputation: 6299
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 the last update, but I could not find a way to get the date when the app was downloaded from Google Play for the very first time.
Upvotes: 4
Views: 3423
Reputation: 563
The way that I could do is making a real time firebase data base with phone number sign in that stores the first run date of the application. It works fine but if the user uninstalled and reinstalled the application with a new phone number it gets a new date.
I didn't find another solution.
Upvotes: 1