网络请求报错:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

解决方案:

  1. 在Info.plist中添加NSAppTransportSecurity类型Dictionary
  2. NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES
posted @ 2016-12-14 14:58  Mars_夹娃娃大神  阅读(527)  评论(0编辑  收藏  举报