React Native SDK Changelog

Release history for BiddingStack React Native SDK

26.7.20

  • Update embedded native iOS and Android SDKs to 26.7.20
  • Allow passing a content URL into bid requests (app.content.url)

26.7.0

  • Update embedded native iOS and Android SDKs to 26.7.0
  • Add requestATTPermission option to initialize() to control the iOS App Tracking Transparency prompt (default true)
  • Native ad bridge now returns all fields (including impression trackers) and fires impression trackers automatically
  • Fix video ads not displaying

26.6.20

  • Upgrade Google Mobile Ads SDK to v13
  • Update embedded native iOS and Android SDKs to 26.6.20

26.6.2

  • Upgrade Google Mobile Ads SDK to >= 13.0 (iOS)
  • Add cross-platform BiddingStack.initialize() method via TypeScript
  • Resolve gamAdUnitId from remote config by placement ID; make it optional in all ad unit constructors
  • BiddingStack.initialize() now returns a Promise that resolves after remote config is loaded; await it before rendering ad views
  • gamAdUnitId serves as a hardcoded fallback when provided, ensuring GAM continues to serve ads if the config API is unavailable
  • Add platform-specific configuration example (different account/config IDs per platform)