标签: ios objective-c cllocationmanager
我正在开发具有定位服务的应用程序。我想在用户关闭位置后触发本地通知。但是,当用户将位置从“从不”转换为“始终”时,位置委托方法
-(void)locationManager: (CLLocationManager *)manager didFailWithError: (NSError *)error
被调用3次,因为该通知触发了多次。我们可以停止多次调用该委托方法吗?