Enable App Transport Security over HTTP protocol
// To check possible confiugrations of NSAppTransportSecurity, launch this command:
nscurl --verbose --ats-diagnostics https://example.com
otherwise
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>