Skip to main content

2026

v2.10.1 - Sep 2, 2026

IMPORTANT
  • In v2.10.0, the PT_GNU_RELRO segment of the SDK’s native libraries was not aligned to the 16 KB boundary. This does not affect app behavior on 16 KB page size devices, but Google Play Console may display a 16 KB page size warning when uploading your app. v2.10.1 resolves this alignment issue. If you are using v2.10.0, please update to v2.10.1 or later. See the troubleshooting guide for details.
FIXED
  • Fixed an issue where PT_GNU_RELRO was not properly aligned by upgrading the NDK version for 16KB page size support.
CHANGED
  • Update Airbridge react-native SDK to 2.10.1

v4.10.0 - Jul 20, 2026

CHANGED
  • Update Airbridge react-native SDK to 4.10.0

v4.9.1 - May 4, 2026

Added
  • Added an option to prevent blocking other deeplink handlers on iOS.

v4.9.0 - Apr 21, 2026

IMPORTANT
  • Airbridge expo SDK has supported 16 KB page sizes since v4.6.0. However, in v4.6.0–v4.8.0, the PT_GNU_RELRO segment of the SDK’s native libraries was not aligned to the 16 KB boundary. This does not affect app behavior on 16 KB page size devices, but Google Play Console may still display a 16 KB page size warning when uploading your app. v4.9.0 resolves this by upgrading the NDK version used to build the SDK. If you are using v4.6.0–v4.8.0, please update to v4.9.0 or later. See the troubleshooting guide for details.
Added
  • Added allowTrackingItem and blockTrackingItem functions with AirbridgeTrackingBlocklist enum to support granular tracking control.
CHANGED
  • Update Airbridge react-native SDK to 4.9.0

2025

v4.8.0 - Oct 31, 2025

ADDED
  • Added support for calculating SKAdNetwork Conversion Values on the server side.
CHANGED
  • Update Airbridge react-native SDK to 4.8.0

v4.7.1 - Aug 13, 2025

NOTICE
  • If Airbridge iOS SDK is unavailable when installing via Pods, refer to the relevant information in Trouble shooting guide.
CHANGED
  • Update Expo dependencies (@expo/config-plugins to 10.1.2, @expo/config-type to 53.0.5)

v2.10.0 - Aug 1, 2025

NOTICE
  • Support 16 KB page size.
CHANGED
  • Update Airbridge react-native SDK to 2.10.0

v4.7.0 - Jul 14, 2025

NOTICE
  • If Airbridge iOS SDK is unavailable when installing via Pods, refer to the relevant information in Trouble shooting guide.
ADDED
  • Added trackingBlocklist option that blocks specific tracking.
CHANGED
  • Update Airbridge react-native SDK to 4.7.0

v4.6.0 - Jun 27, 2025

ADDED
  • Support 16 KB page size.
CHANGED
  • In-app purchase measurement is now officially supported. The in-app purchase measurement feature will no longer be supported in earlier versions.
  • Update Airbridge react-native SDK to 4.6.0

v4.5.1 - Jun 10, 2025

ADDED
  • Added feature to adapt airbridge.json based on build environment.
CHANGED
  • Update Airbridge react-native SDK to 4.5.1

v4.4.0 - Apr 21, 2025

ADDED
  • Added an interface for IAP event tracking.
  • Added interface setCollectTCFDataEnabled to collect DMA consent data.
CHANGED
  • Update `Airbridge react-native SDK` to 4.4.0
  • Update to enable appSetID collection in restricted version.
  • Removed `ORIGINAL_CURRENCY`, `ORIGINAL_CONTRIBUTION_MARGIN` attribute key values.

v4.3.0 - Mar 18, 2025

ADDED
  • Added interface create tracking link
CHANGED
  • Update `Airbridge react-native SDK` to 4.3.0

v4.2.1 - Feb 24, 2025

FIXED
  • Fixed `isHandleAirbridgeDeeplinkOnly` option not working

v4.2.0 - Feb 20, 2025

FIXED
  • Standardized the airbridge interface.
  • Update `Airbridge react-native SDK` to 4.2.0

2024

v2.6.6 - Jun 25, 2024

FIXED
  • Update `Airbridge react-native SDK` to 2.8.6

v2.6.5 - May 24, 2024

FIXED
  • Update `Airbridge react-native SDK` to 2.8.4

v2.6.4 - Apr 17, 2024

FIXED
  • Update `Airbridge react-native SDK` to 2.8.3
  • Fixed parsing issue caused by NaN and infinite values
ADDED
  • Add privacy manifest support.

v2.6.3 - Apr 6, 2024

FIXED
  • Update `Airbridge react-native SDK` to 2.8.2
  • Add event category, attribute key constants

v2.6.2 - Mar 25, 2024

FIXED
  • Update `Airbridge react-native SDK` to 2.8.1
  • Fixed a bug that iOS APNS token double encoding issue

v2.6.1 - Mar 13, 2024

FIXED
  • fixed build.gradle. compileOptions and kotlinOptions attribute have been deleted.

v2.6.0 - Mar 8, 2024

FIXED
  • Update `Airbridge react-native SDK` to 2.8.0
  • Fixed an issue where duplicate decoding of the `airbridge_deeplink` parameter of deep link URI occurred.

v2.5.2 - Feb 7, 2024

FIXED
  • Update Airbridge react-native SDK to 2.7.3
  • Starting from this version, restricted SDK is supported.

2023

v2.5.1 - Jul 28, 2023

FIXED
  • Update Airbridge react-native SDK to 2.5.1

v2.5.0 - Jun 28, 2023

FIXED
  • Update `Airbridge react-native SDK` to 2.5.0

v2.3.0 - May 22, 2023

ADDED
  • SDK logLevelinterface.

v2.2.0 - May 10, 2023

ADDED
  • SDK Signature feature to protect against SDK spoofing.
  • Update Airbridge React Native SDK to 2.3.0

v2.1.3 - Mar 16, 2023

FIXED
  • Solved issue where deep link events can be lost when app is opened with deep link while app is closed, not running in the background and uninstall tracking is being used.

v2.1.1 - Feb 22, 2023

  • Solved issue where open events may be lost if registerPushToken method is used.