Hi,
I use the last version of corona SDK :
Build: 2017.3068
i used too appodeal to launch rewarded video when a user want to earn a life after he falls to 0 life.
When i load appodeal.init (once and only once)… on the console i can read :
" plugin.appodeal : 1.2.1"
"your SDK version 1.3.6 does not match latest SDK version 1.3.9 !"
" ADCOLONY 2.6.2.1"
and in my adlistener function i check the “failed” event :
function adListener( event ) if event.phase == "failed" then native.showAlert( "sorry", "no video", { "OK" }, function() end ) end end
The problem si that, every minute, the native.showAlert appears on screen !
So Appodeal try to load a video in the background, doesn’t success, and then the “failed” event is executed… and it try again to load, and failed, and try again, and so on…