I am trying to develop an application that needs to be running persistently in iOS in background mode and never gets closed even when you don’t have internet access(3g or WiFi). I wonder if its possible to have it running at all times except when you choose to close it manually.
Share
The simple anser: NO.
You can get an app to run in the background if it is playing audio, is a VOIP client or need to track the location.
But there is no way to make it persistent, the user can always kill the app.
And if needed to system could kill the app if to much memory is used.