ChimpKit3 icon indicating copy to clipboard operation
ChimpKit3 copied to clipboard

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

Open lewis-smith opened this issue 9 years ago • 1 comments

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>  

lewis-smith avatar Aug 27 '15 23:08 lewis-smith

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

ollieatkinson avatar Jan 15 '16 15:01 ollieatkinson