Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Mail chimp API isn't up to Apple's default security standards for iOS 9 #13

Open
lewis-smith opened this issue Aug 27, 2015 · 1 comment

Comments

@lewis-smith
Copy link

https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/

Work around:

Add the following to info.plist

     <key>NSAppTransportSecurity</key>  
     <dict>  
          <key>NSAllowsArbitraryLoads</key><true/>  
     </dict>  
@ollieatkinson
Copy link

You don't want to do this, you should explicitly define the URL's you allow the system to use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants