Get Background Gps Location Changes In Ios?

(Posted this in the old forum but think it got deleted)

 

Does anyone know how to get significant location changes in the background in iOS?

 

According to Apple’s docs, there are two types of background GPS location updates (http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html):

 

  1. Continuous GPS updates. Bad for battery life but good for GPS intensive tasks like navigation.

 

  1. GPS updates when significant location changes occur. In general these seem to occur when the user has travelled a mile or so. Much better for battery life.

 

I’ve been able to get #1 working in Corona but not #2. Does anyone know how to do #2?

 

Thanks in advance!

Ben

Hi, how did you get 1 working ? My update always seem to stop when the app goes into the background…

Hi, how did you get 1 working ? My update always seem to stop when the app goes into the background…