I noticed the same thing when I integrated iAds. What I did was place an invisible button underneath the iAd close button to prevent the touch event from activating anything beneath it and to inform me when the ad was dismissed. It’s a bit cumbersome, but it works.
You probably should try to capture both touch and tap events on that invisible background. The ads come from the vendor so there is little control we have on stopping touch leaks.
I noticed the same thing when I integrated iAds. What I did was place an invisible button underneath the iAd close button to prevent the touch event from activating anything beneath it and to inform me when the ad was dismissed. It’s a bit cumbersome, but it works.
You probably should try to capture both touch and tap events on that invisible background. The ads come from the vendor so there is little control we have on stopping touch leaks.