有没有可以区分3G网络和Wifi的API?
我正在使用我的 iPad 应用程序。对于我的iPad 3G来说,这是一个我无法解决的麻烦。我想在我的应用程序中区分 3G 网络和 wifi。以前有人遇到过同样的问题吗?欢迎任何建议!谢谢!
I am working with my ipad app. With my iPad 3G,it's a trouble that i can't solve. I want to distinguish between 3G network and wifi in my app. Anyone had encountered the same problem before? any advice welcomed! Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要的 "reachability" API 是此处讨论。
You want the "reachability" API that is discussed here.
这应该有帮助:
http://www.drobnik.com/touch/2010/08/可达性/
This should help:
http://www.drobnik.com/touch/2010/08/reachability/
可以用这个来区分3G还是WIFI网络~
You can use this to distinguish 3G or WIFI network~