FabrizioCaldarelli
11/26/2015 - 4:28 PM

Enable App Transport Security over HTTP protocol

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>