A few days ago Vungle has stopped working on iOS.
It appears as though there is a video, yet when ads.show() is called, no video is shown. Instead we see the following callbacks to the vungle listener:
{ type = "adLog", isError = false } { type = "cachedAdAvailable", isError = false }
My code is:
if ads.isAdAvailable() then local params = { username = tostring(userId), isAutoRotation = true, isSoundEnabled = true, isAnimated = true, -- iOS only isBackButtonEnabled = false, -- Android only } ads.show("incentivized", params) end
This happens every time. Please help…
Thanks