Skip to content

Instantly share code, notes, and snippets.

@tovkal
Created August 24, 2017 21:16
Show Gist options
  • Save tovkal/ddd29fbb4ef40371b59c485f26b9e8f2 to your computer and use it in GitHub Desktop.
Save tovkal/ddd29fbb4ef40371b59c485f26b9e8f2 to your computer and use it in GitHub Desktop.
<key>NSAppTransportSecurity</key>
<dict>
<!--To support localhost -->
<key>NSAllowsLocalNetworking</key>
<true/>
<!--To continue to work for iOS 9 -->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment