Hello. I’m working on integrating Mopub into my iOS app and just found that after the Mopub SDK request for an ad, it always return cached response that causes an error
Error: Error Domain=com.mopub.iossdk Code=8 "The operation couldn’t be completed. (com.mopub.iossdk error 8.)"
because there is no data returned in http response headers.
I see that in [MPAdServerCommunicator.adRequestForURL], URLRequest is already configured as [NSURLRequestReloadIgnoringCacheData]. However, in my case, cached data is still returned (maybe from the proxy server).
Is there anything I can do to fix this?