Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

Update iOS Google Mobile Ads SDK #309

@emiliobongiorno

Description

@emiliobongiorno

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions