swift-package-manager-google-mobile-ads
swift-package-manager-google-mobile-ads copied to clipboard
GADAppOpenAd fullScreenContentDelegate don't trigger events
Hello,
I'm trying to implement App open ads using Google Admob example with test ads and latest SPM version (11.7.0) and iOS 17.5.1 and 17.2.1.
My issue is that fullScreenContentDelegate
isn't calling adDidDismissFullScreenContent
after ad is dismissed. Also no error is received.
The only callback method called is adWillPresentFullScreenContent
when ad is starting to show.
Could you please check?
Thanks.