Skip to main content

18 posts tagged with "patch"

View All Tags

BlueStackSDK v4.4.0 for Android

· One min read
Ale Bles
BlueStack SDK Lead

Fixed

  • No success/error callback when passing empty string as appId during sdk initialization

Removed

  • Manifest.permission.SYSTEM_ALERT_WINDOW for gyro debug. Now we are using BlueStackDebugActivity to display gyro debug window.
  • All the third party adapters from BlueStack Core SDK.

BlueStackSDK v4.3.1 for Android

· One min read
Ale Bles
BlueStack SDK Lead

Removed

  • Prevent the occurrence of MAdvertiseLockedPlacementException during the Interstitial and RewardedVideo ad load calls when the ad is already loaded.
  • NPA parameters from Google Ad request.

Fixed

  • Google AdManager Rewarded video display issue.

BlueStackSDK v4.4.0 for iOS

· One min read
Ale Bles
BlueStack SDK Lead

This version includes changes on modularity and handling dependencies. Please checkout our latest blog post for details.

Added

  • APIs supporting Unity Native ad
  • Setting Core as default spec

Fixed

  • Refactored +(void)load method by moving UI codes which was causing black screen issue in unity.

BlueStackSDK v1.1.0 for MAUI

· One min read
Ale Bles
BlueStack SDK Lead

Added

  • [MAUI] Support for Banner Ad View that can be added from XAML
  • [MAUI] Support for Interstitial Ad format
  • [MAUI] Support for Rewarded Ad format
  • [iOS bridging] Native bridging for supporting BlueStack SDK initialization ad showing Banner, Interstitial, Rewarded ads
  • [Android bridging] Native bridging for supporting BlueStack SDK initialization ad showing Banner, Interstitial, Rewarded ads
  • [Demo App] separate tab for individual ad formats.

BlueStackSDK v4.3.0 for Android

· One min read
Ale Bles
BlueStack SDK Lead

Fixed

  • AdView, MNGRequestAdResponse, OnImpressionRequestedListener memory leak in MAdvertiseImpManager.
  • BlueStackAdapterInitializationState class not found error by avoid obfuscation.

Added

  • NativeAdImpressionListener for cross platform native ad.