Skip to main content

BlueStackSDK v5.4.0 for Android

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

[5.4.0] - (Unreleased)

Added

  • Introduce Validator interface and ValidationError data class
  • Add necessary classes for adapters

Updated

  • Enhance Ad Presenter support for adapters

BlueStackSDK v3.4.0 for Unity [Deprecated]

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Changed

  • Android: BlueStack Core SDK upgraded to 5.4.0
  • Android: In-App Bidding mediation adapter upgraded to 5.4.0.0
  • Android: Updated Unity bridge calls to execute on the UI thread to prevent crashes and improve stability.
  • iOS: BlueStack Core SDK upgraded to 5.3.1
  • iOS: Removed linker flag -ld64 from PostProcessBuild script.
  • iOS: Adjusted banner position to properly respect safe area.
  • Moved ad prefabs from Resources to Editor folder to avoid loading when not needed

Fixed

  • Android: Fixed extra banner spacing when system already reserves nav bar area (non edge-to-edge).
  • iOS: Fixed banner view constraint issue caused by height mismatch between UIView and MNGContainerView.
  • Replaced deprecated FindObjectsOfType with FindObjectsByType for Unity 6+ compatibility.

BlueStackEquativAdapter v5.1.4.3 for iOS

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

BlueStackEquativAdapter v5.1.4.3 has been released with the following changes:

Change

  • Updated Equativ Display SDK to 8.5.1

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStack SDK v2.0.0 for Flutter

· One min read
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Changed

  • Renamed bluestack_sdk.dart to bluestack_sdk_flutter.dart to align library name with package name per pub rules.
  • Upgraded compileSdkVersion to 35.
  • Upgraded Android Gradle to 8.5.0.
  • Upgraded BlueStack Android Core SDK to v5.3.1.
  • Upgraded BlueStack iOS Core SDK to v5.3.2.
  • Updated mediation adapter dependencies in the example app for compatibility with latest Core SDK versions.

documentation