I am testing VUNGLE ads and always have problems to make rewarded videos work. Is it possible the rewarded videos are not working in testmode for VUNGLE?
What instructions are you following? I have not tested it recently but these instructions worked last time I did:
https://support.vungle.com/hc/en-us/articles/360003413891-Get-Started-with-Vungle-SDK-v-6-Corona
What does the event from the listener say?
Reward videos absolutely show in test mode. Post your code if you want assistance.
Thanks for the fast help!
This is the info I was looking for. With the new Vungle the ads are handled a little bit differently and I probably have overseen something then. Thx!
One more question:
when using this code:
if (event.placementID == appData.placement1) then if (event.adPlayable == true) then ads.show( { placementId = appData.placement1 } ) end end
is it okay to directly after calling ads.show to call ads.load() to load the just started ad again?
Also:
When checking if an ad is available to get played and the check is giving back FALSE… is it okay to call ads.load() then using a timer which is performing this check (and calling ads.load() ) every 3 seconds? Or is calling ads.load() multiple times in a short time stopping a previous ads.load() call, starting the loading process new every time?
And one other thing: Vungle allows banner ads at the bottom of the screen. Is it somehow possible to show them on top of the screen instead?
You do not need to call ads.show() for your default placement as that is auto-cached. I can tell you this all works just fine.
What instructions are you following? I have not tested it recently but these instructions worked last time I did:
https://support.vungle.com/hc/en-us/articles/360003413891-Get-Started-with-Vungle-SDK-v-6-Corona
What does the event from the listener say?
Reward videos absolutely show in test mode. Post your code if you want assistance.
Thanks for the fast help!
This is the info I was looking for. With the new Vungle the ads are handled a little bit differently and I probably have overseen something then. Thx!
One more question:
when using this code:
if (event.placementID == appData.placement1) then if (event.adPlayable == true) then ads.show( { placementId = appData.placement1 } ) end end
is it okay to directly after calling ads.show to call ads.load() to load the just started ad again?
Also:
When checking if an ad is available to get played and the check is giving back FALSE… is it okay to call ads.load() then using a timer which is performing this check (and calling ads.load() ) every 3 seconds? Or is calling ads.load() multiple times in a short time stopping a previous ads.load() call, starting the loading process new every time?
And one other thing: Vungle allows banner ads at the bottom of the screen. Is it somehow possible to show them on top of the screen instead?
You do not need to call ads.show() for your default placement as that is auto-cached. I can tell you this all works just fine.