Skip to main content

BlueStackLevelPlayMediationAdapter v5.1.1.0 for iOS

· One min read
Bishnu Pada Chanda
Bishnu Pada Chanda
BlueStack SDK Team

First version of custom adapter for Unity LevelPlay. Please check the docs before implementing.

BlueStackLevelPlayMediationAdapter-5.1.1.0 has been released with the following changes:

Added

  • Initial release based on BluestackSDK/Core 5.1.0 and IronSource 8.5.0
  • Banner
  • Interstitial
  • Rewarded

BlueStackSDK v5.1.0 for Android

· One min read
Zakir Hossain
Zakir Hossain
BlueStack SDK Team

Added

  • BlueStackPrivacySettings for Publisher to enable/disable UserOptOut and AgeRestrictedUser privacy setting option.
  • Sanitization process to remove age, gender, location and AdvertisingId from http request for age restricted user.

Updated

  • Used system User-Agent instead of BlueStack custom User-Agent for age restricted user.

BlueStackSDK v5.1.0 for iOS

· One min read
Nagib Bin Azad (Torongo)
Nagib Bin Azad (Torongo)
BlueStack SDK Team

Added

  • Introduced new BlueStackPrivacySettings class for setting the age restricted user (COPPA) and user opt-out privacy.

BlueStackSDK v5.0.2 for Android

· One min read
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

· One min read
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.