Skip to content

Releases: googleads/swift-package-manager-google-mobile-ads

Google Mobile Ads v10.10.0

30 Aug 21:50
Compare
Choose a tag to compare
  • Ad inspector: Added SDK support to display plugin information.
    • Note: The ad inspector interface is scheduled to launch this feature at a later date, which requires a minimum SDK version of 10.10.0.
  • Removed console logs that recommend adding simulator IDs in the testDeviceIdentifiers API. Simulators are already in test mode by default.

Google Mobile Ads v10.9.0

02 Aug 20:50
Compare
Choose a tag to compare
  • Ad inspector: Added SDK support for export ad responses.

    • Note: The ad inspector UI will roll out this feature at a later date, requiring a minimum SDK version of 10.9.0.
  • Fixed audio issue where even if the ad is muted, the audio session would unexpectedly stop the background music when the video ends.

  • Added support for passing an ad unit ID when generating GADQueryInfo.

Google Mobile Ads v10.8.0

12 Jul 20:50
Compare
Choose a tag to compare
  • Ad Inspector now displays the error that occurred when the session fails to start.
  • Made minor changes to the way adWillPresentFullScreenContent:, adWillDismissFullScreenContent:, and adDidDismissFullScreenContent: delegate callbacks are handled by delegates for mediated ads. These changes make mediated ads behave more like first party ads.
    • Third-party SDKs that call adWillPresentFullScreenContent: followed by adDidDismissFullScreenContent: multiple times now trigger multiple callbacks, rather than only for the first set of calls.
    • When third-party full screen ads fail to present, ad:didFailToPresentFullScreenContentWithError: is called instead of adWillPresentFullScreenContent: and adDidDismissFullScreenContent:.

Google Mobile Ads v10.7.0

26 Jun 20:04
Compare
Choose a tag to compare
  • Deprecated tagForChildDirectedTreatment: method and added a tagForChildDirectedTreatment readwrite property.
  • Deprecated tagForUnderAgeOfConsent: method and added a tagForUnderAgeOfConsent readwrite property.
  • Deprecated sdkVersion. Use versionNumber instead.
  • Non-rendering adapters can now be kept for signal collection.

Google Mobile Ads v10.6.0

01 Jun 18:27
Compare
Choose a tag to compare

Reduced memory usage when many parallel ad requests are made.

Google Mobile Ads v10.5.0

15 May 20:18
Compare
Choose a tag to compare

Fixed a memory leak that occurred when creating a GADQueryInfo object.

Google Mobile Ads v10.4.0

20 Apr 21:16
Compare
Choose a tag to compare
  • Updated minimum supported Xcode version to 14.1.
    • armv7 is not supported in Xcode 14 and has been removed from the SDK.
  • The minimum deployment target has been increased to iOS 11.0.

Google Mobile Ads v10.3.0

27 Mar 18:24
Compare
Choose a tag to compare
  • Bug fixes and performance improvements.

Google Mobile Ads v10.2.0

06 Mar 18:13
Compare
Choose a tag to compare
  • Added isMuted property to GADVideoViewController.

Google Mobile Ads v10.1.0

16 Feb 20:47
Compare
Choose a tag to compare
  • Bug fixes and performance improvements