Apple announced “App Transport Security” for iOS 9 and OSX 10.11 El Capitan.
so in xcode i get :
Transport security has blocked a cleartext HTTP (http://)
basically the ads don’t show,
i need to configure a per-domain exception, so that my app can connect to a non-secure (or non TLSv1.2-enabled secure host), i’v read that i need to add these keys to my Info.plist :
NSAppTransportSecurity
NSExceptionDomains
myserver.com <------------------------ i need that from you guys
NSIncludesSubdomains
NSTemporaryExceptionAllowsInsecureHTTPLoads
NSTemporaryExceptionMinimumTLSVersion
TLSv1.1
that or just a button to press , )