在使用xcode时需要网络配置通了才能联网,那就要在plist文件中去新添加:
在Info.plist中添加AppTransportSecuritySettings类型Dictionary。
在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。
plist.hAppTransportSecuritySettings
NSAllowsArbitraryLoads
在使用xcode时需要网络配置通了才能联网,那就要在plist文件中去新添加:
在Info.plist中添加AppTransportSecuritySettings类型Dictionary。
在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。
plist.hAppTransportSecuritySettings
NSAllowsArbitraryLoads
本文标题:xcode网络plist文件配置
本文链接:https://www.haomeiwen.com/subject/eeocwttx.html
网友评论