My info.plist is set as follows:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
However when loading "www.google.com" into a UIWebView, I still receive an ATS security error:
The resource could not be loaded because the App Transport Security policy requires the use of a secure connection