Hi,
I’ve been testing our apps on iOS 9 and have discovered that the App Transport Security feature of iOS 9 prevents the display of ads (banners and interstitials). I have managed to work around this by defining exception policies in the app plist for the various domains where the ads are served from (e.g.
googleads.g.doubleclick.net) but this is a fragile “solution” as should the domains where ads are served from change then we’d have to re-submit an app update, losing ad revenue in the meantime.
What are the SDK plans in relation to handling App Transport Security in iOS 9?
Are exception policies in the app plist the best route to go? If so, can you publish a set of domain names that should be used by apps displaying ads on iOS 9?
Thanks,
-Mark