Allow unverified ssl certificates in WKWebView
This is fixed in iOS 9! WKWebView finally makes calls to webView(_:didReceiveAuthenticationChallenge:completionHandler:) on WKNavigationDelegate. Unfortunately this does not work if you run code built in Xcode 7 on iOS 8 devices (at least not in my initial testing). In my example below, I’m not actually doing anything with the cert and just letting it pass … Read more