iPad 中的 wifi 问题

发布于 2024-10-09 16:54:37 字数 209 浏览 9 评论 0原文

我正在开发一个教育相关的应用程序。当 WIFI 连接时,我的应用程序功能运行良好,否则就会崩溃。

  1. 在我的应用程序中,我使用 NSURLRequest 类与其工作连接到服务器。
  2. 如果wifi可用的话,下载也没有任何问题。 问题纠正:我必须知道我的应用程序设备是否与外部网络连接。

那么,我如何知道我的应用程序是否连接了wifi呢?

I am working on a educational related apps. My app functionality is working well when the WIFI is connected otherwise it is getting crashed.

  1. In my app I am connecting with the server using NSURLRequest class its working.
  2. the download also not having any problem if the wifi is available.
    problem rectification: I have to know weather the my app device is connected with external network or not.

So, how can I know my app is connected with the wifi or not?

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

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

发布评论

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

评论(2

金橙橙 2024-10-16 16:54:37

以下链接包含源代码,其中包含如何检查可达性。这意味着 wifi 或任何网络已连接或未连接。

http://developer.apple.com/library/ios /#samplecode/Reachability/Introduction/Intro.html

The following link consists source code, in which it consists how to check the reachability. That means the wifi or any network is connected of not.

http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html

喜你已久 2024-10-16 16:54:37

Apple 提供了名为“Reachability”的示例代码来检测网络何时可用。这将是一个很好的起点,尽管快速谷歌应该找到一些替代方案。

Apple provides sample code called "Reachability" to detect when the network is available. That would be a good starting point, though a quick Google should locate some alternatives.

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