v0.13.0
This is a major version bump that updates the GMA Android and iOS dependencies to 20.1.0 and 8.5.0. There are several breaking API changes.
- Renames APIs that use the Publisher prefix to AdManager.
- Rewarded and Interstitial ads now provide static load methods and a new FullScreenContentCallback for full screen events.
- Native ads use GADNativeAdView for iOS and NativeAdView on Android.
- Adds support for ResponseInfo.
- Adds support for same app key on iOS.
- Removes testDevices from AdRequest. Use
MobileAds.updateRequestConfiguration
to set test device ids. - Removes Ad.isLoaded(). Instead you should use the onAdLoaded callback to track whether an ad is loaded.
- Removes need to call Ad.dispose() for Rewarded and Interstitial ads when they fail to load.