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 my assumption correct that when application is updated, NSUserDefaults are not automatically cleaned?