即使应用程序在iOS中终止,也会持续更新位置

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

谢谢,尼莱什

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

[[LocationController sharedInstance] startMonitoringSignificantLocationChanges];

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

2.) 甚至当应用终止时,iOS更新位置

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

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