How to know iAd full screen ad is closed by the user?

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)

Is there any reason you cannot quietly go to the next scene while the ad is showing and when they close the ad, you’re where you need to be already?

Rob

Yes, because the next scene will start with some voice-over & animations.

If I go to next scene quietly, how do I prompt these things?

From Apple document about iPad full-screen ads,

https://developer.apple.com/library/ios/documentation/userexperience/Conceptual/iAd_Guide/Full-ScreenAdvertisements/Full-ScreenAdvertisements.html

there are events to indicate the user closes the ads (even touches the ads)…

I don’t understand why Corona likes to suppress this kind of events.

Is there any reason you cannot quietly go to the next scene while the ad is showing and when they close the ad, you’re where you need to be already?

Rob

Yes, because the next scene will start with some voice-over & animations.

If I go to next scene quietly, how do I prompt these things?

From Apple document about iPad full-screen ads,

https://developer.apple.com/library/ios/documentation/userexperience/Conceptual/iAd_Guide/Full-ScreenAdvertisements/Full-ScreenAdvertisements.html

there are events to indicate the user closes the ads (even touches the ads)…

I don’t understand why Corona likes to suppress this kind of events.