I was wondering what would happen if the user updates the application (through the app store / update) while the application is still in the background on iOS 4.x
I am planning a big update for my next version, and I wanted to know if this is a special case that I have to deal with in order to avoid a crash.
Or can I trust the OS to restart the application the next time it starts (or to kill the background process during the upgrade), finding that the application has changed instead of just doing "applicationWillEnterForeground"?
source share