【发布时间】:2011-07-12 07:41:52
【问题描述】:
我知道使用 ios 4 可以按照本文档在后台运行应用程序 http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/BackgroundExecution/BackgroundExecution.html
此文档指出,如果应用程序在后台不断更新用户的当前位置,则可以在后台运行它。但是我们必须只使用 CLLocationManager 来更新当前位置吗?我们可以使用其他 api,如谷歌纬度用于更新当前位置的api?那么应用程序是否有可能永远在后台运行?
【问题讨论】:
标签: iphone ios4 gps location multitasking