Releases: googleads/swift-package-manager-google-mobile-ads
Releases · googleads/swift-package-manager-google-mobile-ads
Google Mobile Ads v9.14.0
- App Open Ads:
+loadWithAdUnitID:request:orientation:completionHandler:
has been deprecated and replaced with+loadWithAdUnitID:request:completionHandler:
. Loading app open adds now assumes the current orientation of the device, matching other full screen formats. - Added mediation support for app open ads.
- Ad Inspector: Added SDK support for requesting and showing ads through Ad Inspector UI.
- Note: The Ad Inspector UI will roll out this feature at a later date, requiring a minimum SDK version of 9.14.0.
Google Mobile Ads v9.13.0
- Supported additional click actions in native ads.
- Bug fixes and performance improvements.
Google Mobile Ads v9.12.0
- Added
GADQueryInfo
to support Signals Collection and Rendering. - Updated documentation for audio APIs.
Google Mobile Ads v9.11.0
- Bugs fixes and improvements.
Google Mobile Ads v9.10.0
-
Official release for iOS 16 support.
-
iLTV: Added the following properties to
GADAdNetworkResponseInfo
:adSourceID
adSourceInstanceName
adSourceName
Added the following property to
GADResponseInfo
:extrasDictionary
Google Mobile Ads v9.9.0
- Bug fixes and performance improvements.
Google Mobile Ads v9.8.0
- Rewarded mediation: Deprecated
didRewardUserWithReward:
inGADMediationRewardedAdEventDelegate
in favor ofdidRewardUser
. The ad reward provided bydidRewardUserWithReward:
has always been a no-op, with the ad reward value coming from the ad unit settings in the AdMob UI.
Google Mobile Ads v9.7.0
- Added the
loadedAdNetworkResponseInfo
property toGADResponseInfo
, returning information about the ad network that loaded the ad. - Added the
adSourceInstanceID
property toGADAdNetworkResponseInfo
.
Google Mobile Ads v9.6.0
Added support for ad monetization within WKWebView. See Integrate the WebView API for ads for more details.
Google Mobile Ads v9.5.0
- Native Mediation: nativeAdDidRecordImpression: and nativeAdDidRecordClick: callbacks are now invoked on mediated native ads.
- Replaced extern with FOUNDATION_EXPORT across public headers to support compatibility with C++ headers.