Aller au contenu principal

BlueStackSDK v6.0.0 for Unity

· 2 minutes de lecture
Ale Bles
BlueStack SDK Lead

[6.0.0] - 2026-09-22​

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.7
  • iOS: BlueStack Core SDK upgraded to 6.0.2
  • 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
  • AdSize is now a mandatory BannerAd constructor parameter and Load() no longer takes one
  • Preference replaced by an immutable RequestOptions; Location is immutable as well
  • Banners require an explicit Show() once the ad has loaded
astuce

See the full announcement and migration walkthrough: BlueStack SDK for Unity version 6. Pick Unity 6.0.0 on the integration tool for the adapter versions matching the bundled native cores, or read the full release notes.

BlueStack SDK v6.0.0 for Flutter

· Une minute de lecture
Ale Bles
BlueStack SDK Lead

[6.0.0] - 2026-09-15​

Major release. The Flutter plugin jumps from 2.1.0 to 6.0.0 to follow the same major version line as the native BlueStack Core SDKs, so a plugin version now tells you which native v6 release it targets.

Native SDK upgrades​

  • Android: BlueStack Core SDK upgraded to 6.0.7
  • iOS: BlueStack Core SDK upgraded to 6.0.2

Added​

  • Privacy settings initializer methods within the PrivacySettings class.
  • Android: build-variant specific network security config.

Changed​

  • Android: Upgraded compileSdkVersion to 36.

Removed​

  • Removed the obsolete example app in favor of the standalone demo app.
astuce

Mediation adapters are added as native dependencies. Pick Flutter 6.0.0 on the integration tool to get the adapter versions matching the bundled cores, or see the Flutter documentation and release notes.

BlueStackSDK v6.0.7 for Android

· Une minute de lecture
Md. Mustafizur Rahman
Md. Mustafizur Rahman
BlueStack SDK Team

[6.0.7] - 2026-08-12​

Changed​

  • Relaxed the Media3 ExoPlayer dependency requirement to support versions 1.9.2–1.11.0, preventing dependency conflicts when apps use a compatible Media3 version within this range.

BlueStackSDK v6.0.2 for iOS

· Une minute de lecture
Sayed Hasan
Sayed Hasan
BlueStack SDK Team

[6.0.2] - 2026-07-03​

Fixed​

  • Resolved a crash when a creative contained a invalid click URL.
  • HTML interstitial ads now render creatives correctly.
  • The OMID click event now fires for VAST ads in the fullscreen renderer.
  • HTML interstitial ads now generate the OMID start event correctly.

BlueStack SDK v6.0.2 for React Native

· Une minute de lecture
Ale Bles
BlueStack SDK Lead

[6.0.2] - 2026-07-03​

Fixed​

  • Android: Banner ads no longer relayout on every frame; layout now runs once per change

Changed​

  • Android: Bumped BlueStack core to version 6.0.6
  • iOS: Bumped BlueStack core to version 6.0.2

BlueStackBiddingAdapter v6.0.6.0 for Android

· Une minute de lecture
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.6.0 has been released with the following changes:

Changed​

  • Excluded the ExoPlayer dependency from the Prebid SDK to avoid version conflicts with your app's media libraries.
  • Updated for compatibility with bluestack-sdk-core 6.0.6 (still requires version 6.0.5 or higher).

BlueStackGoogleAdapter v6.0.6.0 for Android

· Une minute de lecture
Md. Mustafizur Rahman
Md. Mustafizur Rahman
BlueStack SDK Team

BlueStackGoogleAdapter v6.0.6.0 has been released with the following changes:

Changed​

  • Updated BlueStack core SDK dependency to 6.0.6
  • Adopted core SDK API changes

Please check the docs before implementing.

BlueStackSDK v6.0.6 for Android

· Une minute de lecture
Md. Mustafizur Rahman
Md. Mustafizur Rahman
BlueStack SDK Team

[6.0.6] - 2026-07-02​

Added​

  • Added debug logs to track ad lifecycle events, making it easier to trace and troubleshoot ad behavior during integration.

Fixed​

  • Resolved an issue where the Open Measurement sessionFinish event was not being sent.
  • Fixed a video ad crash caused by audio-focus callbacks running off the main thread (notably in React Native apps).