Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Play Store - date first version submitted

For an app with several versions, is there a way to tell when the very first version was posted on the Google Play Store? It seems I can only find the date of the last submitted version..

(This might belong in another stack, but as a developer, I'm trying to track a Play Store timeline of various releases of one of my apps..)

like image 797
ina Avatar asked Dec 27 '12 22:12

ina


People also ask

How do I find out when an app was installed for the first time?

There's no reliable way to detect first run, as the shared preferences way is not always safe, the user can delete the shared preferences data from the settings! a better way is to use the answers here Is there a unique Android device ID? to get the device's unique ID and store it somewhere in your server, so whenever ...

How do I find out when I first downloaded an app on Google Play?

You can view the app download history in Google Play Store from the Installed or Library sections of the Store. The Installed section shows you all the apps currently installed on your Android device. The Library contains all the apps that currently NOT installed on the device.

Can we see the history of Play Store?

You can see all the apps you've ever downloaded on your Android phone by opening the "My apps & games" section in your Google Play Store. The apps you've downloaded are divided into two sections: "Installed" (all the apps currently installed on your phone) and "Library" (all the apps that aren't currently installed).


2 Answers

There's a new Google Play developer console that is supposed to show the upload date for all your apks. For our apps, though, the data seem to be missing for all but the latest.

You might have better luck looking up your app at http://www.appbrain.com and click on the "change log" tab. I believe that it shows the last 10 updates, including the date it was published. That's not the date it was uploaded, but presumably it should be close.

like image 154
Ted Hopp Avatar answered Oct 13 '22 00:10

Ted Hopp


I haven't found it. I don't think some technique exists either for a non-uploader. But here is what i would suggested. Go to the User Reviews section for the particular application. If the application has less comments, you can determine the approximate upload date for it by viewing the oldest comment.

like image 40
Rahul Kahale Avatar answered Oct 13 '22 01:10

Rahul Kahale