As of January 1st 2017, Apple will make it mandatory for all new app store submissions and app updates to have ATS enabled and will no longer support the AllowsArbitraryLoads exception.
We use quite a lot of ad providers (Vungle, Chartboost, AppLovin, Supersonic, FBAN, and AddBuddiz) and were wondering how they will be effected by this change.
In the past I know Vungle would not work without setting “AllowsArbitraryLoads” to true, but I no longer see that limitation in the doc, so was that changed?
I still see it in Chartboost and Supersonic however, so is it still required there as well?
Bottom line - we currently have the following in build.settings:
NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, },
How should we change it so we can pass the apple review, but keep using the ad providers?
Will the Facebook plugin be effected by this?
Thanks!