Skip to content

Instantly share code, notes, and snippets.

@jkatayama
Created February 25, 2016 01:01
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 jkatayama/09cfcc4636606eacebaf to your computer and use it in GitHub Desktop.
Save jkatayama/09cfcc4636606eacebaf to your computer and use it in GitHub Desktop.

iOS9 improvement

Disblae ATS(AppTransportSecurity) to allow http

<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