Skip to content

Instantly share code, notes, and snippets.

@arabdevteam
Created November 29, 2017 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arabdevteam/3ef02ab94ff8b0720d121b7e5ca7df40 to your computer and use it in GitHub Desktop.
Save arabdevteam/3ef02ab94ff8b0720d121b7e5ca7df40 to your computer and use it in GitHub Desktop.
How to get rid off Apple Transport Security for testing purposes.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment