Skip to main content

6 posts tagged with "v6"

View All Tags

BlueStackSDK v6.0.1 for iOS

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

[6.0.1] - 2026-06-12

Fixed

  • Fixed a crash that could occur when upgrading from version 5 to version 6.
  • Passed viewability verification details to the bidding process to support accurate ad viewability tracking.
  • Improved privacy compliance by falling back to server-provided consent settings when local ones are unavailable.

BlueStackSDK v6.0.0 for Unity

· One min read
Ale Bles
BlueStack SDK Lead

[6.0.0] - 2026-05-21

Major release. Several public C# APIs have been renamed or have shape changes — see the v3.x → v6.0.0 migration guide before upgrading.

Native SDK upgrades

  • Android: BlueStack Core SDK upgraded to 6.0.1
  • iOS: BlueStack Core SDK upgraded to 6.0.0
  • All mediation adapters (In-App Bidding, Google Mobile Ads, Equativ) upgraded to their v6 counterparts on both platforms

Added

  • BlueStackAds.SetDebugMode(bool) plus IsDebugModeEnabled and IsInitialized properties
  • InterstitialAd.IsReady and RewardedAd.IsReady
  • BannerAd anchor-based positioning, custom screen-space positioning, masking, and a useSafeArea opt-out
  • BannerAd.OnAdResized event delivering a PreferredBannerSize

Breaking changes

  • BlueStackAds.Initialize signature simplified — Settings and the dual init callbacks are removed; a single callback now delivers InitializationStatus
  • RewardedVideoAd renamed to RewardedAd; reward event renamed to OnAdRewardEarned
  • Banner / interstitial / rewarded events unified under the OnAd* convention
tip

See the full announcement and migration walkthrough: BlueStack SDK for Unity version 6.

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