Skip to main content
Version: 5.x.x

Release Notes

[5.3.1] - 2025-10-13

Fixed

  • Fixed issue on sending impression tracking for VAST interstitial ad.

Note: Initialization of BlueStack SDK through MNGAdsSDKFactory is no longer supported.

[5.3.0] - 2025-10-03

Added

  • Global placement timeout settings for RewardedAd and Interstitial.

Changed

  • SDK initialization reliability and error handling.
  • Debugging logs enhancement for troubleshooting ad issues.
  • Overall SDK stability and performance.

Fixed

  • Crash fix while there are no adserver assigned to a placement.

[5.2.1] - 2025-07-31

Changed

  • Updated list of available adapters in debug menu

Fixed

  • Crash when loading Banner Ad

[5.2.0] - 2025-07-02

Added

  • Preload interstitial ad
  • Creating and loading multiple interstitial ads
  • Expire preloaded interstitial ad after certain period
  • Introduced new error BlueStackErrorAdExpired for reporting interstitial ad expire

Fixed

  • Removed Play/Replay button after video ends playing

[5.1.5] - 2025-06-05

Fixed

  • OMSDK start session issue fix.

[5.1.4] - 2025-04-21

As mentioned in the changelog we have made some major updates to our adapter setup, please read the documentation and blog about this topic.

Changed

  • Minimum iOS Deployment target updated to version 13.0.
  • Separated BlueStack adapters for Google and Equativ (Formerly Smart)

Fixed

  • Initialization issue fixed

[5.1.3] - 2025-03-12

Changed

  • OMSDK updated to version 1.5.4.

[5.1.2] - 2025-03-06

Changed

  • Privacy manifest file updated.

[5.1.1] - 2025-02-07

Fixed

  • Loading user-agent in background thread issue fix.

[5.1.0] - 2025-02-05

Added

  • Introduced new BlueStackPrivacySettings class for setting the age restricted user (COPPA) and user opt-out privacy.

[5.0.1] - 2024-12-31

Fixed

  • Not initializing if empty provider list provided

[5.0.0] - 2024-12-04

Added

  • Added BlueStack class for initializing the SDK.
  • Introduced new BannerView class for showing banner ads.
  • Implemented InterstitialAd class for loading and showing interstitial ads.
  • Added RewardedAd class for displaying rewarded video ads.
  • New RequestOptions class for sending target specific information.
  • Added centralized logger.

Fixed

  • Interstitial weak reference crash fix.