在使用xcode时需要网络配置通了才能联网,那就要在plist文件中去新添加:
在Info.plist中添加AppTransportSecuritySettings类型Dictionary。
在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。
AppTransportSecuritySettings
NSAllowsArbitraryLoads
在使用xcode时需要网络配置通了才能联网,那就要在plist文件中去新添加:
在Info.plist中添加AppTransportSecuritySettings类型Dictionary。
在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。
AppTransportSecuritySettings
NSAllowsArbitraryLoads