Skip to main content

65 posts tagged with "iOS"

View All Tags

BlueStackSDK v6.0.1 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

[6.0.1] - 2026-06-12

Fixed

  • Fixed a crash that could occur when upgrading from version 5 to version 6.
  • Passed viewability verification details to the bidding process to support accurate ad viewability tracking.
  • Improved privacy compliance by falling back to server-provided consent settings when local ones are unavailable.

BlueStackBiddingAdapter v5.4.4 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackBiddingAdapter v5.4.4 has been released with the following changes:

Changed

  • Allows viewability measurement settings to be overridden per ad request for more flexible tracking configuration.
  • Removed embedded local paths from the framework's swiftmodule.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackBiddingAdapter v6.0.3 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackBiddingAdapter v6.0.3 has been released with the following changes:

Changed

  • Allows viewability measurement settings to be overridden per ad request for more flexible tracking configuration.
  • Removed embedded local paths from the framework's swiftmodule.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackEquativAdapter v6.0.1 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackEquativAdapter v6.0.1 has been released with the following changes:

Fixed

  • Removed embedded local paths from the framework's swiftmodule.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackGoogleAdapter v5.4.2 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackGoogleAdapter v5.4.2 has been released with the following changes:

Added

  • Automatically dismisses full screen ads when they exceed the maximum display timeout.
  • Removed embedded local paths from the framework's swiftmodule.

Please check the docs before implementing.

BlueStackGoogleAdapter v6.0.1 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackGoogleAdapter v6.0.1 has been released with the following changes:

Added

  • Automatically dismisses full screen ads when they exceed the maximum display timeout.
  • Removed embedded local paths from the framework's swiftmodule.

Changed

  • Updated Google Mobile Ads SDK dependency to v13.

Please check the docs before implementing.

BlueStackBiddingAdapter v6.0.2 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackBiddingAdapter v6.0.2 has been released with the following changes:

Changed

  • Improved Prebid banner handling for better rendering and request behavior.
  • Skipped video configuration for Prebid banners when banner height is less than 150.
  • Improved rendering support for 1x1 Prebid creatives by using the originally requested ad size.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackBiddingAdapter v6.0.1 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

BlueStackBiddingAdapter v6.0.1 has been released with the following changes:

Fixed

  • Unsupported ad formats are handled with proper error message.

Supported Ad Formats

  • Banner / MREC
  • Interstitial

Please check the docs before implementing.

BlueStackSDK v6.0.0 for iOS

· One min read
Md. Shadman Sakib
Md. Shadman Sakib
BlueStack SDK Team

[6.0.0] - 2026-03-13

Added

  • New App Open Ad format with loading, displaying, and mediation support.
  • New AdRenderKit module — HTML/VAST rendering, viewability tracking, and impression management.

Changed

  • Added BLS prefix to Objective-C public classes to avoid naming conflicts.
  • Updated OMSDK to version 1.6.3.

Breaking Changes

  • Renamed SDK entry point from BlueStack to MobileAds (Objective-C: BLSMobileAds).
  • Renamed BlueStackPrivacySettings to PrivacySettings.
  • Renamed BlueStackError to AdError and BlueStackErrorCode to AdErrorCode.
  • All BlueStackError* and MAdvertiseError* error constants renamed to AdError* prefix (e.g., BlueStackErrorWrongPlacementAdErrorWrongPlacement).
  • Renamed Native Ad classes: MNGAdsSDKFactoryAdsSDKFactory, MNGAdsAdapterAdsAdapter, MNGNAtiveObjectNativeObject, MNGPreferencePreference.
  • Renamed Native Ad protocols: MNGAdsAdapterNativeDelegateAdsAdapterNativeDelegate.
  • Renamed MNGDisplayType to DisplayType.

:::tip Migration Guide Available See the complete migration guide for detailed code examples and step-by-step instructions. :::