1

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

Jayachandra A
  • 1,335
  • 1
  • 10
  • 21

1 Answers1

3
 <key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

just paste this code in plist

Singh_Nindi
  • 190
  • 2
  • 14