How do I get a background location update every n minutes in my iOS application?

I’m looking for a way to get a background location update every n minutes in my iOS application. I’m using iOS 4.3 and the solution should work for non-jailbroken iPhones. I tried / considered following options: CLLocationManager startUpdatingLocation/startMonitoringSignificantLocationChanges: This works in the background as expected, based on the configured properties, but it seems not possible … Read more