ios利用Reachability确认网络环境3G/WIFI(转)
摘要:
iPhone开发技巧之网络篇(4)---确认网络环境开发Web等网络应用程序的时候,需要确认网络环境,连接情况等信息。如果没有处理它们,是不会通过Apple的审查的。Apple的例程Reachability中介绍了取得/检测网络状态的方法。在你的程序中使用Reachability只须将该例程中的Reachability.h和Reachability.m拷贝到你的工程中。如下图:然后将SystemConfiguration.framework添加进工程:Reachability中定义了3种网络状态。// the network state of the device for Reachabili 阅读全文
posted @ 2013-07-23 16:00 沧海一粟-啊添 阅读(6817) 评论(0) 推荐(2) 编辑