美文网首页
xcode网络plist文件配置

xcode网络plist文件配置

作者: 陈子御 | 来源:发表于2017-02-16 12:07 被阅读0次

    在使用xcode时需要网络配置通了才能联网,那就要在plist文件中去新添加:

    在Info.plist中添加AppTransportSecuritySettings类型Dictionary。

    在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。

    plist.h

    AppTransportSecuritySettings

    NSAllowsArbitraryLoads

    相关文章

      网友评论

          本文标题:xcode网络plist文件配置

          本文链接:https://www.haomeiwen.com/subject/eeocwttx.html