即使应用程序终止,任何人都可以帮助我获取设备位置。 我知道如何在应用程序处于后台时获取位置。 但是当用户关闭/终止应用时,我仍然无法获得它。
谢谢, Nilesh制作
答案 0 :(得分:4)
请参考 http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended 我没有测试过相同的。但你可以尝试一下。
答案 1 :(得分:1)
请参阅这些页面。可以使用
完成 [[LocationController sharedInstance] startMonitoringSignificantLocationChanges];
1)recieving location updates after app is terminated
答案 2 :(得分:-1)
一旦应用程序从后台终止,就无法连续检索该位置。