Note: I know this is a repost but I wanted to move the forum post to general. I will delete the orignal post I made in Corona API section.
So I contacted support for Appodeal and they gave me this:
https://www.appodeal.com/sdk/corona_beta (look at 5.1)
I already read that and still didnt tell me exactly how to do rewarded videos.
Lets say I want the reward to be:
composer.gotoScene( "menu")
How do I do this?
Here is all I have:
local appodeal = require( "plugin.appodeal" ) local function adListener( event ) if ( event.phase == "init" ) then -- Successful initialization print( event.isError ) appodeal.show( "rewardedVideo") end end -- Initialize the Appodeal plugin appodeal.init( adListener, { appKey="NOT\_SHOWING" } )
Much help is appreciated.
This is really the final step in our app.