Ashok
Ashok

Reputation: 5655

When the app is terminated or notRunning, Is there any call back when the app is updated from AppStore in iOS?

This is possible on Andriod. I wonder if it is possible on iOS. I have explored it, found no information. If you have any source/information, please direct me.

Thanks.

Upvotes: 0

Views: 85

Answers (1)

Scriptable
Scriptable

Reputation: 19750

No, There is no notification triggered when an app is updated from the store, whether your app is running or not.

Previously I have stored a property in UserDefaults of the current version running and each time the app starts or is opened I check to see if the actual version is different from my last known in UserDefaults. Then if needed run any migrations or whatever are needed.

Upvotes: 2

Related Questions