为什么区域监控在模拟器上运行而在我的实际设备上运行?

时间:2017-02-27 05:34:30

标签: ios swift geolocation

我正在尝试为区域监控启用地理围栏,它似乎在模拟器上工作,但当我将其上传到我的设备时,我收到错误:The operation couldn’t be completed. (kCLErrorDomain error 5.)。任何想法为什么它在模拟器中工作,但不是在我的实际设备上?我正在关注此tutorial

func locationManager(_ manager: CLLocationManager, monitoringDidFailFor region: CLRegion?, withError error: Error) {
        print("Monitoring failed for region with identifier: \(region) \(error.localizedDescription)")
}

0 个答案:

没有答案