标签: ios location core-location cllocationmanager
当我的应用处于后台模式时,我正在使用self.manager.startUpdatingLocation(),因为5分钟或更长时间,但既没有获得位置更新回调也没有错误。说到前台它工作正常。 另一件事我们可以在因pausesLocationUpdatesAutomatically变量而暂停时恢复位置服务。
self.manager.startUpdatingLocation()
pausesLocationUpdatesAutomatically
我需要在应用程序处于后台时暂停和恢复,但简单startUpdatingLocation()无法正常工作stopUpdatingLocation()正常工作。
startUpdatingLocation()
stopUpdatingLocation()