xcode 7 swift,我爲我的webview使用https,應用程序加載頁面成功,但它說"2015-10-05 18:03:51.204 HKCateringApp[1326:45336] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)"
請幫忙解決它。在這裏我的代碼:xcode 7 swift webview https輸出報告
let URL = NSURL(string: "https://www.ssls.com")
WebView.loadRequest(NSURLRequest(URL: URL!))
的可能的複製[CFNetwork的SSLHandshake失敗的iOS 9](http://stackoverflow.com/questions/30720813/cfnetwork-sslhandshake-failed-ios-9) – Moritz
你檢查AppTransport安全性在info.plist中? –