网络连接警告

发布于 2024-10-10 19:39:58 字数 173 浏览 8 评论 0原文

Tweetie(现在的 Twitter)应用程序会弹出网络可达性警告。这也在 Foursquare 和 Hashable 应用程序中完成(据我所知)。某处有这个实现的示例代码吗?谢谢。

Tweetie 网络连接警告

The Tweetie (now Twitter) app has a pop up Network Reachability warning. This also done in the Foursquare and Hashable apps (as far as I know). Is there example code of this implementation somewhere? Thanks.

Tweetie network Connection warning

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪我终i 2024-10-17 19:39:58

苹果推荐的方式在这里有很好的记录(有点旧): http://www.raddonline.com/blogs/geek-journal/iphone-sdk-testing-network-reachability/

AllSeeingInteractive ASIHTTPrequest 库集成了 Andrew Donoho 的扩展版本作为插件替代 Apple 的 Reachability 类。当网络连接从 WWAN 更改为 WiFi 时,它允许 ASIHTTPRequest 收到通知,反之亦然。它使用 NSNotificationCenter 观察器来监视网络连接变化。

ASIHTTPRequest 可从 github 获取 http://github.com/pokeb/asi-http-request /tree,文档位于 http://allseeing-i.com/ASIHTTPRequest/

如果您需要的话,请求库也值得一看 - 我在所有调用互联网的 iOS / Mac 项目中都使用它。

The apple recommended way is decently documented here (a bit old): http://www.raddonline.com/blogs/geek-journal/iphone-sdk-testing-network-reachability/

The AllSeeingInteractive ASIHTTPrequest library integrates an extended version of this by Andrew Donoho as a drop-in replacement for Apple’s Reachability class. It allows ASIHTTPRequest to be notified when the network connection changes from WWAN to WiFi, or vice-versa. It uses an NSNotificationCenter observer to watch for network connectivity changes.

ASIHTTPRequest is available from github at http://github.com/pokeb/asi-http-request/tree, the doucmentation is at http://allseeing-i.com/ASIHTTPRequest/

The request library is worth a look in as well, if you need one - I use it in all my iOS / Mac projects that call out to the Internet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文