Hi Sneha,
Thank you for contacting the Mobile Ads SDK Support team.
This issue is under investigation. Once I get any update on it, I will intimate you. Meanwhile, your patience is important.
Mobile Ads SDK Team |
Hi Sneha,
For handling custom events in App Open ads when using AdMob, you are correct that GADAppEventDelegate is available for banner and interstitial ads but not directly for GADAppOpenAd. However, you can use alternative methods to achieve similar functionality. While GADAppEventDelegate isn’t available, you can still handle the events by using GADFullScreenContentDelegate. The delegate object that receives notifications about presentation and dismissal of full screen content from this ad. Full screen content covers your application’s content. The delegate may want to pause animations and time sensitive interactions. Set this delegate before presenting the ad. For more information, kindly refer to fullScreenContentDelegate, Handle presentation callbacks and best practices.