I’m using build 3565 and the Vungle 5 api. The load method doesn’t return anything, nor does there appear too be an ad listener event type or phase that gets trigged on a successfully loaded ad.
How can you tell if it worked before you display a black screen?
Those docs are usually very old in my code. I check for three values on the event:
if event.type == "adAvailable" and event.isAdPlayable == true then if event.placementID == \<yourPlacementForInterstitial\> then interstitialAvailable = true -- store it in a variable. end end
The new documentation can be found on vungle’s site. They update the plugin but do not update the docs on the site:
No. There is no other plugin. The is only one plugin and it is version 6 (currently). Vungle manages / updates their own plugin. Not sure why they never bother updating the corona documentation, but they do update their site documentation.
Both documentation on the corona site (v5) and vungle site (v6) state to add the plugin you should. So unless there is some magic it just downloads v6: