首页 > 技术文章 > iOS-Xcode7 网络连接

jiafuyang 2015-09-22 15:32 原文

Xcode7 网络无法连接问题

1.The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

  Xcode7 编译程序无法连接网络,是因为Xcode7下,Apple要求数据传输协议必须支持Https协议,否则将会默认无法连接网络。

目前网上已经给出临时解决办法:

设置这两点就好了!很简单。。。

推荐阅读