Quantcast
Channel: iOS app, is there a way to subscribe to an event when an app is updated through AppStore? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Dima for iOS app, is there a way to subscribe to an event when an...

The UserDefaults are not modified on an app-update. What you are essentially asking is how to implement versioning for your data. The most basic way to do this is by using a version value in your app...

View Article



Answer by Francesco Fiore for iOS app, is there a way to subscribe to an...

In my experience NSUserDefaults are kept on future versions unless the user reinstall the app from scratch. You can achieve your goal by keeping track of a version number that you can update on the App...

View Article

iOS app, is there a way to subscribe to an event when an app is updated...

I need to cleanup some properties stored in NSUserDefaults for iOS app when it is updated to new version.Is there a way to be notified when such an app update is going to happen or has happened?Also is...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images