Release Notes

1.9

chevron-right1.9.3hashtag

2025-12-09

Fixes

  • Fixed very rare crash when presenting new banner ad.

chevron-right1.9.2hashtag

2025-11-20

New Features

Changes

  • Removed AppCompat dependency.

  • Lowered minimum Android SDK Platform requirement for AdMob and AppLovin Mediation Adapters to API level 23.

  • Updated build tools and target SDK versions.

1.8

chevron-right1.8.3hashtag

1.7

chevron-right1.7.4hashtag

2025-07-08

Fixes

  • Fixed issue with MRAID expand function handling, potentially causing crashes for certain creatives.

  • Ensured all resources used by RTBSDK use prefixed names to avoid conflicts.

chevron-right1.7.3hashtag

2025-06-26

New Features

  • Introduced support for Rewarded Video format. See the rewarded video ads integration guidearrow-up-right to learn more.

  • Introduced Rewarded Video ads support for AdMob Custom Events.

  • Introduced Rewarded Video ads support for the AppLovin Mediation Adapter.

1.6

chevron-right1.6.3hashtag

2025-04-04

Fixes

chevron-right1.6.2hashtag

2025-03-05

New Features

  • Introduced support for passing user targeting before requesting new ads. See format integration instructions for more details.

Improvements

  • Delayed rendering of the ad creative in ad view until it is attached to window.

1.5

chevron-right1.5.1hashtag

2025-02-11

New Features

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

  • Introduced native ads support in the AppLovin Mediation Adapter.

Improvements

  • Added verification for Google Playstore SDK ownership

1.4

chevron-right1.4.7hashtag

2024-11-12

  • Added displaymanager and displaymanagerver parameters to bid requests

chevron-right1.4.6hashtag

2024-11-07

  • Improvements for MRAID video ads.

chevron-right1.4.5hashtag

2024-10-25

  • Improved OMID handling.

chevron-right1.4.4hashtag

2024-09-23

New Features

Improvements

  • Extended the RTBBidInfo with creative and campaign ID fields.

1.3

chevron-right1.3.4hashtag

2024-09-04

Fixes

  • Fixed DSPAdapters handling for RTBBannerView

chevron-right1.3.3hashtag

2024-08-26

Fixes

  • Fixed exception in fullscreen MRAIDView's when RTBFullscreenAd.show() call

chevron-right1.3.2hashtag

2024-07-31

API Changes

chevron-right1.3.1hashtag

2024-07-15

Fixes

  • Fixed rare exception in fullscreen MRAIDView's onConfigurationChanged event handling

chevron-right1.3.0hashtag

2024-07-08

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 herearrow-up-right 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 fun 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 fun 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 fun fullscreenAdDidReceiveAd(fullscreenAd: RTBFullscreenAd, bidInfo: RTBBidInfo, networkName: String)

  • RTBBidInfo interface:

1.1

chevron-right1.1.4hashtag

2024-04-04

  • Fixed wrong value being passed as COPPA setting

chevron-right1.1.3hashtag

2024-04-04

  • First version published on Maven

chevron-right1.1.2hashtag

2024-03-12

  • Changed obfuscation settings to avoid generating potentially conflicting classes like a.a

chevron-right1.1.1hashtag

2024-03-07

  • Fixed reacting to consent string changes during session

chevron-right1.1.0hashtag

2024-02-22

  • Implement Google Bidding. Google Bidding can and may only be used via Gravite's mediation SDK AATKitarrow-up-right.

1.0

chevron-right1.0.4hashtag

2024-02-13

  • Add fullscreen close button delay (configurable from the dashboard).

Last updated