Hi,
I would like to know how to use multiple location services in iOS.
I would like to use standard location service in foreground and background states for tracking user but the app couldn’t be relaunched by the system once it’s terminated. Significant-change location service is able to relaunch the app but I need higher accuracy for tracking user.
I tried to call startMonitoringSignificantLocationChanges in applicationWillTerminate method but it seems doesn’t work. I’m not sure if I did something wrong.
Any suggestions about switching between standard location service and significant-change location service.
Thank you in advance for suggestions.