My app needs to track the users location in the background but it is failing to send a \'get\' request. The http request gets sent immediately when the app comes to the foregrou
When you're application is running in the background you can finish a HTTP request you started before you entered the background but you cannot initiate a new request. You can only initiate certain network operations while in the background (voip, newsstand).