Skip to main content

BlueStackBiddingAdapter v6.0.2 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackBiddingAdapter v6.0.2 has been released with the following changes:

Changed

  • Improved Prebid banner handling for better rendering and request behavior.
  • Skipped video configuration for Prebid banners when banner height is less than 150.
  • Improved rendering support for 1x1 Prebid creatives by using the originally requested ad size.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackBiddingAdapter v6.0.0.1 for Android

· One min read
Md. Mustafizur Rahman
Md. Mustafizur Rahman
BlueStack SDK Team

In-App Bidding mediation adapter for BlueStack. Please check the docs before implementing.

bluestack-mediation-bidding 6.0.0.1 has been released with the following changes:

Fixed

  • Resolved a crash occurring during impression callbacks in the Prebid integration.

Changed

  • Improved Prebid banner handling for better rendering and request behavior.
  • Skipped video configuration for Prebid banners when banner height is less than 150.
  • Improved rendering support for 1x1 Prebid creatives by using the originally requested ad size.

BlueStackSDK v6.0.1 for Android

· One min read
Nowrose Muhammad (Ragib)
Nowrose Muhammad (Ragib)
BlueStack SDK Team

[6.0.1] - 2026-04-15

Fixed

  • Fixed a null-safety issue in interstitial ad loading flow and improved thread-safe initialization.
  • Fixed a race condition where impression and close events could fire within a very short interval, causing inconsistent state.

BlueStackBiddingAdapter v6.0.1 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackBiddingAdapter v6.0.1 has been released with the following changes:

Fixed

  • Unsupported ad formats are handled with proper error message.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackEquativAdapter v5.2.1.2 for Android

· One min read
Nowrose Muhammad (Ragib)
Nowrose Muhammad (Ragib)
BlueStack SDK Team

Mediation adapter for Equativ (formerly Smart AdServer). Please check the docs before implementing.

bluestack-mediation-equativ 5.2.1.2 has been released with the following changes:

Changed

  • Android namespace was changed from com.azerion.bluestack.mediation to com.azerion.bluestack.mediation.equativ.

BlueStackEquativAdapter v6.0.0.1 for Android

· One min read
Nowrose Muhammad (Ragib)
Nowrose Muhammad (Ragib)
BlueStack SDK Team

Mediation adapter for Equativ (formerly Smart AdServer). Please check the docs before implementing.

bluestack-mediation-equativ 6.0.0.1 has been released with the following changes:

Changed

  • Android namespace was changed from com.azerion.bluestack.mediation to com.azerion.bluestack.mediation.equativ.

BlueStackSDK v6.0.0 for Android

· One min read
Md. Mustafizur Rahman
Md. Mustafizur Rahman
BlueStack SDK Team

[6.0.0] - 2026-03-13

Added

  • App Open Ads: New full-screen ad format for app launch and foreground events
  • New AppOpenAd class for loading and displaying app open ads
  • See complete guide: App Open Ads Documentation

Changed

  • Updated OMSDK to version 1.6.3.

Core SDK Classes

  • BlueStackMobileAds — SDK initialization class
  • BlueStackPrivacySettingsPrivacySettings — Privacy configuration

Native Ads Classes

  • MNGAdsFactoryAdsFactory — Native ad factory
  • MNGNativeObjectNativeObject — Native ad object
  • MNGPreferencePreference — Ad preferences
  • MNGGenderGender — Gender enum
    • MNGGender.MNGGenderUnknownGender.GenderUnknown
    • MNGGender.MNGGenderMaleGender.GenderMale
    • MNGGender.MNGGenderFemaleGender.GenderFemale
  • AdSizeBannerAdSize — Banner ad size constants
    • AdSize.BANNERBannerAdSize.BANNER
    • AdSize.FULL_BANNERBannerAdSize.FULL_BANNER
    • AdSize.LARGE_BANNERBannerAdSize.LARGE_BANNER
    • AdSize.LEADERBOARDBannerAdSize.LEADERBOARD
    • AdSize.MEDIUM_RECTANGLEBannerAdSize.MEDIUM_RECTANGLE
    • AdSize.DYNAMIC_BANNERBannerAdSize.DYNAMIC_BANNER
    • AdSize.DYNAMIC_LEADERBOARDBannerAdSize.DYNAMIC_LEADERBOARD

:::tip Migration Guide Available See the complete migration guide for detailed code examples and step-by-step instructions. :::

BlueStackSDK v6.0.0 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

[6.0.0] - 2026-03-13

Added

  • New App Open Ad format with loading, displaying, and mediation support.
  • New AdRenderKit module — HTML/VAST rendering, viewability tracking, and impression management.

Changed

  • Added BLS prefix to Objective-C public classes to avoid naming conflicts.
  • Updated OMSDK to version 1.6.3.

Breaking Changes

  • Renamed SDK entry point from BlueStack to MobileAds (Objective-C: BLSMobileAds).
  • Renamed BlueStackPrivacySettings to PrivacySettings.
  • Renamed BlueStackError to AdError and BlueStackErrorCode to AdErrorCode.
  • All BlueStackError* and MAdvertiseError* error constants renamed to AdError* prefix (e.g., BlueStackErrorWrongPlacementAdErrorWrongPlacement).
  • Renamed Native Ad classes: MNGAdsSDKFactoryAdsSDKFactory, MNGAdsAdapterAdsAdapter, MNGNAtiveObjectNativeObject, MNGPreferencePreference.
  • Renamed Native Ad protocols: MNGAdsAdapterNativeDelegateAdsAdapterNativeDelegate.
  • Renamed MNGDisplayType to DisplayType.

:::tip Migration Guide Available See the complete migration guide for detailed code examples and step-by-step instructions. :::