Releases: googleads/swift-package-manager-google-mobile-ads
Releases Β· googleads/swift-package-manager-google-mobile-ads
Google Mobile Ads v10.10.0
- 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
-
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
- Ad Inspector now displays the error that occurred when the session fails to start.
- Made minor changes to the way
adWillPresentFullScreenContent:
,adWillDismissFullScreenContent
:, andadDidDismissFullScreenContent:
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 byadDidDismissFullScreenContent:
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 ofadWillPresentFullScreenContent:
andadDidDismissFullScreenContent:
.
- Third-party SDKs that call
Google Mobile Ads v10.7.0
- Deprecated
tagForChildDirectedTreatment:
method and added atagForChildDirectedTreatment
readwrite property. - Deprecated
tagForUnderAgeOfConsent:
method and added atagForUnderAgeOfConsent
readwrite property. - Deprecated
sdkVersion
. UseversionNumber
instead. - Non-rendering adapters can now be kept for signal collection.
Google Mobile Ads v10.6.0
Reduced memory usage when many parallel ad requests are made.
Google Mobile Ads v10.5.0
Fixed a memory leak that occurred when creating a GADQueryInfo
object.
Google Mobile Ads v10.4.0
- 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
- Bug fixes and performance improvements.
Google Mobile Ads v10.2.0
- Added
isMuted
property toGADVideoViewController
.
Google Mobile Ads v10.1.0
- Bug fixes and performance improvements