标签:
在Info.plist中add Row添加NSAppTransportSecurity类型Dictionary。
在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES
在Xcode7.1中苹果更改了这项设定的名称
在App Transport Security Settings下添加Allows Arbitrary Loads类型Boolean,值设为YES
标签:
原文地址:http://www.cnblogs.com/llhlj/p/5103180.html