Beta Release Notes
1.9 Beta
1.9.0-beta3
25-10-23
Changes
Update the minimum supported iOS version to 13.0.
Use IDFV instead of IDFA when tracking is disabled, provided GDPR or CCPA consent has been granted.
1.9.0-beta1
25-08-18
New Features
Added support for hybrid native ads format allowing to combine banner and native ad request.
1.8 Beta
1.8.0-beta2
2025-07-01
New Features
Introduce support for passing
GPIDBanners:
let configuration = RTBBannerRequestConfiguration(placementId: <PLACEMENT_ID>, iTunesAppId: "<ITUNES_APP_ID>") configuration.gpid = "<YOUR_GPID_VALUE>" bannerView.load(configuration: configuration)
Fullscreen:
let configuration = RTBFullscreenRequestConfiguration(placementId: <PLACEMENT_ID>, iTunesAppId: "<ITUNES_APP_ID>") configuration.gpid = "<YOUR_GPID_VALUE>" fullscreenAd.load(configuration: configuration)
Rewarded Video:
let configuration = RTBRewardedVideoRequestConfiguration(placementId: <PLACEMENT_ID>, iTunesAppId: "<ITUNES_APP_ID>") configuration.gpid = "<YOUR_GPID_VALUE>" rewardedVideoAd.load(configuration: configuration)
Native Ads:
let configuration = RTBNativeAdRequestConfiguration(placementId: <PLACEMENT_ID>, iTunesAppId: "<ITUNES_APP_ID>") configuration.gpid = "<YOUR_GPID_VALUE>" nativeAdLoader?.load(configuration: requestConfiguration)
1.7 Beta
1.6 Beta
1.5 Beta
1.5.0-beta3
2024-11-29
New Features
Introduced support for AdMob Custom Events. For details on integration, refer to the documentation.
1.4 Beta
1.4.0-beta1
2024-08-20
New Features
Added support for native ads. See the native ads integration guide to learn more.
Added OMSDK support for both banners and fullscreen ads.
1.3 Beta
1.3.0-beta1
Improvements
Added MRAID support for both banners and fullscreen formats.
Provided the bidder (DSP name) with bid responses (Check the API changes section for more information).
API Changes
Enhanced the
RTBBannerViewDelegateby updating thebannerViewDidReceiveAdAPI to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the newbidInfoparameter.The new method signature is
func bannerViewDidReceiveAd(_ bannerView: RTBBannerView, bidInfo: RTBBidInfo, networkName: String)
Enhanced the
RTBBannerAdDelegateby updating thebannerAdDidReceiveAdAPI to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the newbidInfoparameter.The new method signature is
func bannerAdDidReceiveAd(bidInfo: RTBBidInfo, networkName: String)
Enhanced the
RTBFullscreenDelegateby updating thefullscreenAdDidReceiveAdAPI to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the newbidInfoparameter.The new method signature is
func fullscreenAdDidReceiveAd(_ fullscreenAd: RTBFullscreenAd, bidInfo: RTBBidInfo, networkName: String)
RTBBidInfointerface:
1.2 Beta
1.2.0-beta1
2024-06-12
Improvements
Added MRAID support for both banners and fullscreen formats.
Provided the DSP name with bid responses (Check API changes for more information).
API Changes
Enhanced the
RTBBannerAdDelegateby updating thebannerAdDidReceiveAdAPI to include the DSP name in the bidding response.The new method signature is
func bannerAdDidReceiveAd(bidInfo: RTBBidInfo, networkName: String).
Enhanced the
RTBBannerViewDelegateby updating thebannerViewDidReceiveAdAPI to include the DSP name in the bidding response.The new method signature is
func bannerViewDidReceiveAd(_ bannerView: RTBBannerView, bidInfo: RTBBidInfo, networkName: String).
Enhanced the
RTBFullscreenDelegateby updating thefullscreenAdDidReceiveAdAPI to include the DSP name in the bidding response.The new method signature is
func fullscreenAdDidReceiveAd(_ fullscreenAd: RTBFullscreenAd, bidInfo: RTBBidInfo, networkName: String).
RTBBidInfo Interface:
1.1 Beta
1.1.0-beta1
2024-02-22
Changes
Implement Google Bidding. Google Bidding can and may only be used via Gravite's mediation SDK AATKit.
1.0 Beta
Last updated