Skip to content

Releases: rakutentech/GoogleMobileAds-SPM

9.1.0

25 Mar 15:55
44a7ec0
Compare
Choose a tag to compare

Bug fixes and performance improvements.

9.0.0

28 Feb 02:26
b6300f7
Compare
Choose a tag to compare

Major version 9 changes, as described in Migrate to SDK v9.

8.13.0

13 Jan 07:15
8.13.0
7d00643
Compare
Choose a tag to compare

8.12.0

13 Jan 07:16
Compare
Choose a tag to compare
  • Fixed a bug where the Native Validator could cause a crash when a native ad view is removed from the view hierarchy in test mode.
  • Deprecated all constants with kGAD prefix. Use those with GAD prefix instead.

8.11.0

13 Jan 07:16
Compare
Choose a tag to compare
  • Official release for iOS 15 support.
  • Added guards to prevent apps from crashing when Google Mobile Ads SDK is run on iOS 9 or below. The SDK is only supported in iOS 10+ and is no-op otherwise.

8.10.0

13 Jan 07:17
Compare
Choose a tag to compare

Released inline adaptive banner APIs.

8.9.0

13 Jan 07:17
Compare
Choose a tag to compare
  • Fixed an uncommon bug affecting iOS 15 betas where full screen web views may not be sized correctly for multiscene apps.
  • Fixed a bug where a call to registerAdNetworkExtras: would crash if the GADRequest object was created via the copy method.

8.8.0

13 Jan 07:18
Compare
Choose a tag to compare

Added logic to prevent rare cases where multiple in-app stores could be presented on top of each other.

8.7.0

13 Jan 07:19
Compare
Choose a tag to compare
  • Added bannerViewDidRecordClick: and adDidRecordClick: delegate APIs for ad clicks reporting.
  • Changed property keywords type to NSArray<NSString *> in GADRequest.

8.6.0

13 Jan 07:21
Compare
Choose a tag to compare
  • Deprecated the mediaView property in GADCustomNativeAd. Instead, use the new mediaContent property of the same class.
  • Fixed a bug where video mute / unmute delegate callbacks did not get invoked for bidding native ads.
  • Updated the kGADSimulatorID type from id to NSString* to avoid extra type casting in Swift.