Aller au contenu principal

29 articles tagués avec « fixed »

Voir tous les tags

BlueStackSDK v3.3.1 for Unity

· Une minute de lecture
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.
  • Removed -ld64 from Other Linker Flags, previously added as a temporary fix for Xcode 15.0+ build issue.

Fixed

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

BlueStackSDK v3.3.0 for Unity

· Une minute de lecture
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Changed

  • BlueStack Android Core SDK version upgraded to 5.3.0.
  • BlueStack iOS Core SDK version upgraded to 5.3.0.
  • Removed BlueStack core dependency handling from Settings.
  • Updated SDK to ensure compatibility with Unity 6.
  • Added custom CrossPlatformInput in Unity to support both legacy Input Manager and new Input System.
  • Improved Native ad texture loading in Unity with better URL checks, network handling, and texture creation.
  • Improved native ad impression validation.

Fixed

  • Fixed wrong Android bluestack-sdk-core dependency version.
  • Fixed issue where Android banner ads overlapped the navigation bar by updating getSafeInsets.
  • Fixed Android Native Ad load method to use MNGPreference instead of new RequestOptions.

BlueStackSDK v5.0.2 for Android

· Une minute de lecture
Zakir Hossain
Zakir Hossain
BlueStack SDK Team

Fixed

  • App crash for dispatcher cache response missing exception.

  • Initialization flow doesn't fire error callback when both server and cache response are empty or null.

BlueStackSDK v5.0.0 for iOS

· Une minute de lecture
Nagib Bin Azad (Torongo)
Nagib Bin Azad (Torongo)
BlueStack SDK Team

With great pleasure we announce the release of version 5.0.0 of the BlueStack Mobile Ad SDK. Please refer to the new documenation regarding the implementation changes for the updated formats.

Added

  • Added BlueStack class for initializing the SDK.
  • Introduced new BannerView class for showing banner ads.
  • Implemented InterstitialAd class for loading and showing interstitial ads.
  • Added RewardedAd class for displaying rewarded video ads.
  • New RequestOptions class for sending target specific information.
  • Added centralized logger.

Fixed

  • Interstitial weak reference crash fix.

BlueStackSDK v3.1.10 for Unity

· Une minute de lecture
Moin Uddin Hasan
Moin Uddin Hasan
BlueStack SDK Team

Changed

  • Updated the iOS Post Processor to include AdMob App IDs based on the inclusion of AdMob mediation adapters.
  • onIOSMediationNetworksUpdateEvent will trigger after changes to Settings serializedObject properties are applied.

Fixed

  • Fixed Podfile subspec inclusion to remove full string if no adapters are selected and subspec array is empty.
  • Fixed a Null Reference issue by updating the Destroy and distractor methods for Native Ads.