iOS9引入了新特性App Transport Security (ATS)
-
在Info.plist中添加
NSAppTransportSecurity
类型Dictionary
。 -
在
NSAppTransportSecurity
下添加NSAllowsArbitraryLoads
类型Boolean
,值设为YES
注意:单元测试下边的info.plist也有,但是修改那个是没有用处的
testTests里边
iOS9引入了新特性App Transport Security (ATS)
在Info.plist中添加NSAppTransportSecurity
类型Dictionary
。
在NSAppTransportSecurity
下添加NSAllowsArbitraryLoads
类型Boolean
,值设为YES