I got a problem during trying to show Appodeal interstitial ad
the initialization code
adProvider = "appodeal" function adListener( event ) print("asd") local msg = event.response -- Quick debug message regarding the response from the library print( "Message from the ads library: ", msg ) if ( event.isError ) then print( "Error, no ad received", msg ) else print( "Ah ha! Got one!" ) end end ads.init( adListener, {appId = "518e7293d9d79e23140de4f8a3eedf70c05b5a7ec5c4921c"})
and code when i try to launch AD in other scene
ads.show("interstitial")
It would happen in 1st scene but there floats the error