Security

Ignoring App Transport Security (ATS)

App Transport Security has blocked a cleartext HTTP (Http://) resource load because it is insecure. If you would like bypass it, you can add temporary exceptions in info.plist file.

info.plist

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