Well, I am getting the callbacks now, but seems something is still up. I dont recieve any “adView” phase callbacks. These were useful because they actually told me if the user watched the ad or not. I am getting these other 3 callbacks in the corona docs though just not the adView.
name “adsRequest” provider “vungle” type “adView” isError false totalAdSeconds the total length of the video in seconds secondsWatched the length of the longest view by the user, in seconds isCompletedView true if the user watched 80% of the video; false otherwise
Have these issues been properly fixed as no callbacks are firing on IOS nor on Android, but ads are being shown.
Vungle informed me that they are having issues with test ads not working, so even non-live apps (i.e.; apps still in testing phase) are will only show live ads instead of test ads. Not sure if this is the cause for callbacks not firing?