I can get the GPS location in the background using [locationManager startUpdatingLocation], but I don't know how to schedule it. I have used NSTimer for scheduling but many of them are saying that NSTimer will get expire if the application enters background.
I want to know how to schedule calling the method , if we are not using NSTimers.
