NSAppTransportSecurity ios9 no ads

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 , )

or just that :

NSAppTransportSecurity

NSAllowsArbitraryLoads

it works !!

Hello,

Currently Unity Ads loads some resources over plain HTTP. We are aware that with iOS 9 this is no longer possible and we need to load all resources over HTTPS. Necessary client-side changes were implemented in the latest 1.2.1 package in Asset Store. Necessary server-side changes are still in progress but obviously they will be implemented before iOS 9 is officially released.

1 Like

good to know , )