@jordyn.chuhaloff, you’re right it works on the public build 2393! Yay my error was choosing “None” as “Target App Store” when building with Corona SDK.
Now I still have a problem, I’m trying incentivized videos and I’m getting two adView (and two adEnd) events after watching a video:
From the terminal:
I/Corona ( 8877): onSystemEVENT.type:applicationResume
I/Corona ( 8877): event.type: adEnd
I/Corona ( 8877): event.type: adView
I/Corona ( 8877): event.type: adView
I/Corona ( 8877): event.type: adEnd
causing me to reward twice for a single video view. This didn’t happen before with the same code.