标签:
在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