Hi guys,
My Vungle ads are showing on my iPad mini only when I block ATS by default like this:
settings = { iphone = { plist = { NSAppTransportSecurity = { NSAllowsArbitraryLoads = true }, }, }, }
Due to fact that disabling ATS is not recommended and it should only be done as a last resort, what URL should I add in below example in order to allow only Vungle (so Apple does not get mad at me for allowing all traffic) ?
Instead of [“example.com”] ?
settings = { iphone = { plist = { NSAppTransportSecurity = { NSExceptionDomains = { ["example.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, }, }, }, }, }
I am using Corona 2015.2768
Waiting your reply!
Many thanks 
Ivan
