Hello,
We are currently integrating the IMA-SDK for iOS in our app and we have a rather strange behavior.
We are noticing two HTTP request firing to our ad server (the adTagUrl of the following example)
let request = IMAAdsRequest(adTagUrl: adTagUrl,
adDisplayContainer: adDisplayContainer,
contentPlayhead: contentPlayhead,
userContext: nil)
adsLoader?.requestAds(with: request)
This behavior does not seem to cause an effect on the app, but the server team sees it two times. And I just confirmed it by sniffing the outgoing HTTP request from my app, and sure did, i've seen the request fires two times.
Is this behavior normal ?
Thank you !