我想参考一下,当我们的应用程序在后台运行时,我们怎样才能找到当前的纬度和经度..
如果您有任何建议,请建议我......
提前致谢。
答案 0 :(得分:3)
首先,您需要告诉iOS您的应用将在后台运行,以便检索用户位置。
通过将Required background modes
添加到info.plist并将一个项目设置为App registers for location updates
只需设置CLLocationManager
即可开始监控位置更改。
Apple确实建议您的应用仅使用significant changes
来节省电量:http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html#//apple_ref/doc/uid/TP40007072-CH5-SW6