I am developing one application in that I want to find application installation date on my device and when update happen that date and time as programmatically.
I am developing one application in that I want to find application installation date
Share
Not sure if you can find an application installation date but you could save the current date when the application is first ran. Something like this should do the trick
(This code is untested)