The MPGoogleAdMobBannerCustomEvent in 3.13.0 isn’t using any of the public API for Google Admob SDK’s GADBannerView. It fails to:
- Initialize it properly by passing in a GADAdSize to one of the public initializers.
- Set the size properly when requesting an ad by setting GADBannerView.adSize properly.
Instead, MPGoogleAdMobBannerCustomEvent sets GADBannerView.frame everywhere.
I’ve seen a few chopped off ads here and there, and I wonder if this is the culprit.
Anyway, could you please update the custom event to use the public APIs for GADBannerView?