Hello Stackoverflow,
我将swift应用程序移动到Swift2.0后,我不断收到此错误:
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.
The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
Run Code Online (Sandbox Code Playgroud)
我看了以下链接https://forums.developer.apple.com/thread/5835
并将以下代码添加到我的info.plist中
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict/>
</dict>
Run Code Online (Sandbox Code Playgroud)
它仍然不起作用,任何人都有替代解决方案?
这不是一个Swift 2.0问题,它实际上是一个iOS 9.0问题,iOS 9.0强制网络流量过去https设置下面的标志允许http流量.
您必须在.plist文件中的NSAppTransportSecurity字典下将NSAllowsArbitraryLoads键设置为YES.希望这可以帮助!
| 归档时间: |
|
| 查看次数: |
1303 次 |
| 最近记录: |