Hi guys,
I have a problem with two ad providers which is integrated to my game, Admob and Vungle. Those using the same library that’s way if I want to call Admob the Vungle showing up. How could I fix that?
thanks!
Hi guys,
I have a problem with two ad providers which is integrated to my game, Admob and Vungle. Those using the same library that’s way if I want to call Admob the Vungle showing up. How could I fix that?
thanks!
Hi,
This works for me:
ads.hide()
ads:setCurrentProvider(“admob”)
if ads.isLoaded(“interstitial”) then
ads.show(“interstitial”, {appId = adMobInterstitialID, testMode = adMobTestMode})
end
Thanks!
I solved this problem with another way, but thanks!
Hi,
This works for me:
ads.hide()
ads:setCurrentProvider(“admob”)
if ads.isLoaded(“interstitial”) then
ads.show(“interstitial”, {appId = adMobInterstitialID, testMode = adMobTestMode})
end
Thanks!
I solved this problem with another way, but thanks!