Release Notes
[5.1.2] - 2025-03-03
Fixed
- If both rewarded and interstitial ads are loaded in the BlueStack SDK, displaying the interstitial ad first causes the SDK to fail when attempting to show the rewarded ad.
[5.1.1] - 2025-02-24
Updated
- Renamed
getAdUnitId
method togetPlacementId
in InterstitialAd and RewardedAd class.
[5.1.0] - 2025-02-05
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.
Changed
- staging and production url to aws
Updated
- Used system User-Agent instead of BlueStack custom User-Agent for age restricted user.
[5.0.2] - 2024-12-31
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.
[5.0.1] - 2024-12-19
Fixed
- issue where Initialization callback wasn't fired
[5.0.0] - 2024-12-04
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.