Keeping the app in background mode for continuos location updates
My project is using a CLLocationManager object, receiving updates via: locationManager:didUpdateToLocations: I want these updates even though my app is in the background. So in info.plist i have set the, "Required background modes" list to App registers for location updates. But my testing shows that it does not receive the updates in background state. However, i'm not sure i'm having the correct perception of background state/ suspended state. This is how i think it works: After the home button is pressed, the app enters background mode for 5 seconds, and then enter suspended state. I guess