I’ve got an app that requires continuous GPS updates even when in the background. I’ve called startUpdatingLocation and have “App registers for location updates” set and I get fixes for about 15 minutes and then the application just stops getting updates.
What am I missing here?
I think I figured it out. On iOS6 in order to save power you stop getting location updates because you are not moving.
locationManagerDidPauseLocationUpdates fires when this occurs.