I\'m writing an application that requires background location updates with high accuracy and low frequency. The solution seems to be a background NSTimer t
You need to add the location update mode in your application by adding following key in you info.plist.
UIBackgroundModes location
didUpdateToLocation method will be called (even when your app is in background). You can perform any thing on the bases of this method call
didUpdateToLocation