Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序现在正在整合在一起。它的目的是搜索互联网并返回 JSON 数据。我意识到捕获异常的重要性,例如没有互联网连接时。现在我的应用程序将显示一个警报视图,解释没有可用的互联网连接 - 当返回的 NSData 为零时发生这种情况(因为缺乏互联网),那么我将如何去捕捉异常本身呢?
您不是在寻找例外,您只是在寻找网络的可达性。这篇文章有很好的信息:
如何在 iOS 或 OSX 上检查活动的 Internet 连接?