I try to show iAd full screen (“interstitial”) on iPad without problem:
ads.hide() ads:setCurrentProvider("iads") ads.show( "interstitial", { x=0, y=0 } )
However, when I click on “X” to close the full-screen ad, I got no notifications to indicate this.
Is there any way to know if the player has close the full-screen ad? (I need to go to the next scene after he/she closes it)