Hi everyone - here some special question.
On an interstitial I have this listener:
function interstitialListener(event)
if event.event == “onDismiss” then
storyboard.gotoScene( “main_menu” )
end
end
It works fine - the interstitial is closed and storyboard jumps to the next page -
but surprise: on the next page a new interstitial is shown - without any code.
It’s seems an interstitial can’t be stopped - aaaaaaahhhh!
Any idea? For a banner this works fine: tapfortap.removeAdView() - is there a similar for interstitial?
Thank you
Anthony