美文网首页
错误:App Transport Security has bl

错误:App Transport Security has bl

作者: lxf_2013 | 来源:发表于2016-06-30 00:35 被阅读28次

    ** App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.**

    解决方案:
    1、在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary ;
    2、在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES;


    相关文章

      网友评论

          本文标题:错误:App Transport Security has bl

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