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

Continious location updates even if app is terminated in iOS

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

谢谢, 尼勒什

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

请参考 http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended 我没有测试过相同的。不过你可以试试看。

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

来完成

[[LocationController sharedInstance] startMonitoringSignificantLocationChanges];

1) recieving location updates after app is terminated

2.)

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