故意调用 CLLocationManager 委托的 didFailWithError:

Posted

技术标签:

【中文标题】故意调用 CLLocationManager 委托的 didFailWithError:【英文标题】:call didFailWithError: of CLLocationManager delegate on purpose 【发布时间】:2016-12-16 10:05:40 【问题描述】:

我想测试一些东西,并想故意引发错误,所以这个委托函数被触发了。

- (void) locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error 
    // handle error

任何人有提示如何实现这一点? (关闭权限不起作用)。

【问题讨论】:

关闭互联网可能会有所帮助:) 或在后台功能“更新位置”关闭的情况下运行代码也可能会有所帮助:) 【参考方案1】:

您可以尝试将 CLLocationManager 对象设置为 nil,此方法将被触发。

注意:- 这将停止更新位置,并且您的 didupdatelocations 方法也不会被调用。

【讨论】:

我真的很蠢,我的代码又做了一个改动。抱歉,不工作。

以上是关于故意调用 CLLocationManager 委托的 didFailWithError:的主要内容,如果未能解决你的问题,请参考以下文章

CLLocationManager 委托方法 didUpdateToLocation 没有被调用

CLLocationManager 如何根据 iOS 版本调用正确的委托方法

XCTest CLLocationManager 的委托方法不会被调用

CLLocationManager委托方法未被调用

在 iOS 11 和 Xcode 9.1 中未调用 CLLocationManager 的 didUpdateLocations 委托 [重复]

一段时间后没有调用 CLLocationManager didUpdateToLocation