WebView not working with Xcode 7

Hello

I have 2 UIWebview apps that worked in iOS 8 with Xcode 6. When I updated to Xcode 7 and iOS 9 the UIWebViews stopped working. The apps worked on my iPad (iOS 9) until I ran it with Xcode 7. All get in is a white screen now (background of view controller) I don't know why this is happening since it was working perfectly in Xcode 6 and iOS 8. I tried downloading other UIWebView apps online to see if it was my coding, but they didn't work either. Everything else in the app work like labels and buttons. Anyone have a fix to this problem or have ever had this problem before?

Thanks

Accepted Answer

First up, I moved your question to Core OS > Networking.

Second, are you aware of App Transport Security (ATS)? If not, you should read the App Transport Security Technote, which has all the details.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thank you 😀

WebView not working with Xcode 7
 
 
Q