You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Currently the version of the Google Mobile Ads SDK used by Xamarin.Google.iOS.MobileAds is 7.38.0
The latest version is 7.50.0 and has several important updates.
I am having issues showing interstitial ads on iOS13. They are shown as modals (this new 'popups' of iOS 13), and I want to show them on full screen as before.
I used this implementation for iOS Intesrtitials (look for AdInterstitial_iOS class)
I already tried to do something like this but still showing as popups on iOS13: viewController.ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
I read that the default for iOS 13 is to show them as modal, and that could be the reason why I can't force the interstitial to be shown on full screen.
Am I missing something or there should be an update on this library for fixing that?