I want to develop an app which will fetch user coordinates and will send it over network to server. App should be run in background as well as if my phone is switched off and restart then app should start the service automatically again.
In Android this is possible. Is this possible in iOS?