关于Objective C:即使应用程序在iOS中终止,位置连续更新

Continious location updates even if app is terminated in iOS

即使应用终止,有人可以帮助我获取设备位置。
我知道当应用程序在后台时如何获取位置。
但是当应用程序被用户关闭/终止时,我仍然无法获得它。

谢谢,
尼罗什


请参阅
http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended
我没有测试相同。但是您可以尝试一下。


请参阅这些页面。可以使用

[[LocationController sharedInstance] startMonitoringSignificantLocationChanges];

1)应用终止后接收位置更新

2。)即使应用终止,iOS的更新位置

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


一旦应用程序从后台终止,就无法连续检索位置。