Release Notes

1.5

1.5.0

2024-12-17

The swift package manager of this version can be found here.

New Features

  • Introduced support for SKAdNetworks.

  • Introduced support for AdMob Custom Events. Please refer to the documentation for the integration details.

  • Introduced native ads support in the AppLovin Mediation Adapter.

  • Added displaymanager and displaymanagerver parameters to bid requests.

1.4

1.4.6

2024-11-13

The swift package manager of this version can be found here.

New Features

  • Introduced displaymanager and displaymanagerver parameters to bid requests

1.4.5

07.11.2024

The swift package manager of this version can be found here.

Fixes

  • Fixed an issue where video banner would automatically open fullscreen player.

1.4.4

28.10.2024

The swift package manager of this version can be found here.

Changes

  • Improved OMID handling.

1.4.3

14.10.2024

The swift package manager of this version can be found here.

Fixes

  • Fixed an issue with MRAID click handling.

1.4.2

01.10.2024

The swift package manager of this version can be found here.

Updates

  • Update OMSDK to. 1.5.2 to be compliant with Xcode 16 bitcode rules.

1.4.1

20.09.2024

The swift package manager of this version can be found here.

New Features

  • Introduced creative and campaign IDs to the RTBBidInfo accessible object in the successful load events.

  • Introduced support for AppLovin Custom Adapter. For detailed instructions, refer to the Custom Adapter Documentation.

1.4.0

12.09.2024

The swift package manager of this version can be found here.

New Features

  • Introduced support for native ads. See the native ads integration guide to learn more.

  • Introduced OMSDK support for both banners and fullscreen ads.

1.3

1.3.5

04.09.2024

The swift package manager of this version can be found here.

Fixes

  • Fix an issue with Google-Bidding banners where signlas we not being loaded properly.

1.3.4

19.08.2024

The swift package manager of this version can be found here.

API Changes

1.3.3

18.07.2024

The swift package manager of this version can be found here.

Fixes

  • Fixed an issue with click callbacks in MRAID ads.

1.3.2

12.07.2024

The swift package manager of this version can be found here.

Improvements

  • All tasks preceding the presentation of the RTBBannerAd are now fully supported on background threads.

1.3.1

10.07.2024

The swift package manager of this version can be found here.

Improvements

  • The RTBBannerAd public method load(configuration: RTBBannerRequestConfiguration) is now accessible from background threads.

1.3.0

05.07.2024

The swift package manager of this version can be found here.

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).

  • Implement the new RTBBannerAd feature that loads the banner but does not render it directly like the RTBBannerView. See here for more information.

API Changes

  • Enhanced the RTBBannerViewDelegate by updating the bannerViewDidReceiveAd API to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the new bidInfo parameter.

    • The new method signature is func bannerViewDidReceiveAd(_ bannerView: RTBBannerView, bidInfo: RTBBidInfo, networkName: String)

  • Enhanced the RTBBannerAdDelegate by updating the bannerAdDidReceiveAd API to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the new bidInfo parameter.

    • The new method signature is func bannerAdDidReceiveAd(bidInfo: RTBBidInfo, networkName: String)

  • Enhanced the RTBFullscreenDelegate by updating the fullscreenAdDidReceiveAd API to include the bidder (DSP name) in the bidding response. The bidder and the bid price are now encapsulated within the new bidInfo parameter.

    • The new method signature is func fullscreenAdDidReceiveAd(_ fullscreenAd: RTBFullscreenAd, bidInfo: RTBBidInfo, networkName: String)

  • RTBBidInfo interface:

@objc
public class RTBBidInfo: NSObject {
    @objc var priceCPM: Float
    @objc var bidder: String
}

1.1

1.1.1

18.04.2024

Changes

  • Support Xcode 15.

  • Drop iOS 11 support.

  • Implement Google Bidding. Google Bidding can and may only be used via Gravite's mediation SDK AATKit.

1.0

1.0.4

09.04.2024

Changes

1.0.3

05.04.2024

Fixes

  • Fix an issue where the COPPA value was not sent properly while requesting ads.

Last updated