在Xcode7/7.1中使用Http请求,App Transport Security has blocked a cleartext HTTP (http://) resource load sin
iOS9引入了新特性AppTransportSecurity(ATS)。新特性要求App内访问的网络必须使用HTTPS协议。1.Xode7在Info.plist中addRow添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES2.Xcode7.1在X