Skip to content

Instantly share code, notes, and snippets.

@stevenp
Last active September 10, 2015 23:26
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenp/a6740694b4e23baccfab to your computer and use it in GitHub Desktop.
Save stevenp/a6740694b4e23baccfab to your computer and use it in GitHub Desktop.
Disable App Transport Security in iOS 9
Add this to the Info.plist:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
@daniel-beard
Copy link

Thanks!

@czenzel
Copy link

czenzel commented Jun 13, 2015

Works with weather.gov DWML API (graphical.weather.gov) like a charm! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment