Skip to main content

One post tagged with "v3.3.1"

View All Tags

BlueStackSDK v3.3.1 for Unity

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

Changed

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

Fixed

  • Replaced deprecated FindObjectsOfType with FindObjectsByType for Unity 6+ compatibility.
  • 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.