Continuous location updates, even if the application is completed on iOS

can someone help me get the location of the device even when the application is completed. I know how to get a place when the application is in the background. But I still can not get it when the application is closed / terminated by the user.

Thanks Nilesh

0
source share
3 answers
+4
source

. ,

[[LocationController sharedInstance] startMonitoringSignificantLocationChanges];

1)

2.) iOS,

3.) http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended

+1

, .

-1

Source: https://habr.com/ru/post/1613349/


All Articles