Skip to content

Instantly share code, notes, and snippets.

@yehgdotnet
Created April 22, 2020 06:06
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 yehgdotnet/96e55e6a76b678a5c2597d44ead31b02 to your computer and use it in GitHub Desktop.
Save yehgdotnet/96e55e6a76b678a5c2597d44ead31b02 to your computer and use it in GitHub Desktop.
Enable ATS support.
Enable ATS support. Include exception in ATS declaration in the application plist file.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>exceptionsite.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment