Hi there,
I am currently working on a android game and using the appodeal plugin for monitization.
I follow the the guide and docs to init and show the “interstitial” ad successfully in the game’s “gameScene”.
Also the adListener works fine so I get notice for each state such as event.phase == “loaded”,“displayed”…
But when I use the : composer.gotoScene( “rewardScene”, options ) to transit to the “rewardScene”, and then
composer.gotoScene( “gameScene”, options ) to go back the “gameScene” for next stage, I found that the adListener’s callback is not working, I get no feedback for each state :event.phase==“loaded”,“displayed”,“clicked”.
Is anything I’ve missed? or any way to fixed this problem?
Thanks