How to use multiple location services in iOS

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.

@ccnamtan Do you still have issues with this?

Yes. I want to track all the time with standard mode but once the app is terminating, I want to track with significant-changes.

This topic was automatically closed after 166 days. New replies are no longer allowed.