1.首先要把AFNETWORK 导入到你的工程中 就是那19个文件afnetworking 文件夹
2.然后还要在工程里面引出2个新的framwork ,SystemConfiguration/System和MobileCoreServices
3.导入以下库文件:CFNetwork、Security、SystemConfiguration、MobileCoreServices
4.很重要的一步在你的In "YOURPROJECTNAME-Prefix.pch" file include this code导入#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
基本上就是这样子然后你就可以使用了 你的工程需要什么功能就在你的class里面的头文件添加什么功能的引用
其实新版已经不需要引入库了
只是使用afn判断网络情况时候 只能使用block持续判断 如果单单读取其中一种状态 永远是unknow状态