In my app, I want to show when it was last updated from AppStore. Is it possible? Thanks!
Something like this: Android app get last date updated
It's for Android.
In my app, I want to show when it was last updated from AppStore. Is it possible? Thanks!
Something like this: Android app get last date updated
It's for Android.
Seems like there is no a simple way to fetch this data: stackoverflow.com/questions/39108474/… Andy Ibanez: " iOS does not keep the last update time on its bundle like Android does. You will need to either write it manually to your plist with a run script phase or keep a server with the last update time which the app will check against. "