iphone - Does an iOS app continue to run in the background after an App Store update? -


for example: voip app, has open socket notified of incoming traffic before app store update, have chance re-establish socket after app store update? or app have wait user open app first? can't find answer in apple documentation.

i believe app shut down (terminated) before updating, , don't believe system automatically restarts them after updating (geofencing , related tasks should still work, though).

think it: when update bob's awesome application on desktop, have shutdown app before installing update.

after update installed, bob's awesome application doesn't restart - weird - , quite annoying.


Comments

Popular posts from this blog

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -