Though I followed App Transport Security Technote and Configuring App Transport Security Exceptions in iOS 9 and OSX 10.11 still I'm getting this error in iOS 9 ERROR:App transport security has blocked a cleartext http resource load since it is insecure
Asked
Active
Viewed 2,162 times
1 Answers
3
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
just paste this code in plist

Singh_Nindi
- 190
- 2
- 14
-
I'm getting this error but only when I attempt to test on an iPhone. If I simulate I do not get an error. – PatriciaW Oct 02 '15 at 16:40
-
-
-