我想引用一下,当我们的应用程序在后台运行时,我们如何找出当前的纬度和经度..
如果您有任何建议,请建议我...
提前致谢。
Best Answer-推荐答案 strong>
首先您需要告诉 iOS 您的应用将在后台运行以检索用户位置。
通过将 必需的背景模式 添加到 info.plist 并将一项设置为 App registers for location updates 来做到这一点
刚刚设置了CLLocationManager 就开始监控位置变化了。
Apple 确实建议您的应用仅使用 重大更改 来节省电池电量:http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html#//apple_ref/doc/uid/TP40007072-CH5-SW6
关于iphone - 当应用程序在后台运行时如何获取当前位置,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/7268398/
|