Skip to content

Releases: adjust/react_native_sdk

Version 4.38.1

30 Apr 21:36
48ae1bb
Compare
Choose a tag to compare

Added

  • Added sending of the additional iOS SDK observability parameters for debugging purposes.

Fixed


Native versions:
iOS@v4.38.2
Android@v4.38.3


Pull Request #239

Version 4.38.0

27 Mar 22:44
2b1b3c4
Compare
Choose a tag to compare

Added


Native versions:
iOS@v4.38.0
Android@v4.38.3


Pull Request #236

Version 4.37.2

21 Mar 21:56
74e2d83
Compare
Choose a tag to compare

Fixed

  • Fixed occasional crashes caused by not synchronized access to cached IDFA value (adjust/ios_sdk#696).

Changed

  • Added tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.

Native versions:
iOS@v4.37.2
Android@v4.38.2


Pull Request #235
Thanks to @huextrat.

Version 4.37.1

30 Jan 15:36
1ac1abc
Compare
Choose a tag to compare

Fixed

  • Marked all Android method parameters as final to address compilation errors when trying to access a callback inside of the inner class (#226).

Native versions:
iOS@v4.37.0
Android@v4.38.1


Pull Request #230

Version 4.37.0

30 Jan 14:32
e75620e
Compare
Choose a tag to compare

Added

  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink method of the Adjust instance.
  • Added support for Meta install referrer.
  • Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling getIdfv method of the Adjust instance.
  • Added support for Google Play Games on PC.
  • Added support for TopOn and AD(X) ad revenue tracking.
  • Added a new type of URL strategy called AdjustConfig.AdjustUrlStrategyCnOnly. This URL strategy represents AdjustConfig.AdjustUrlStrategyCn strategy, but without fallback domains.
  • Added ability to indicate if the device IDs should be read just once per SDK initialization via calling setReadDeviceInfoOnceEnabled method of the AdjustConfig instance.

Native versions:
iOS@v4.37.0
Android@v4.38.1


Pull Request #229

Version 4.35.1

10 Oct 09:41
0a4a725
Compare
Choose a tag to compare

Added

  • Added sending of event_callback_id parameter (if set) with the event payload.

Native versions:
iOS@v4.35.2
Android@v4.35.1


Pull Request #219

Version 4.35.0

06 Oct 09:30
c8e7aa5
Compare
Choose a tag to compare

Added

  • Added ability to read App Set ID on Android platform in case you opt in by adding the com.google.android.gms:play-services-appset dependency to your Android app.
  • Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval method of the AdjustConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyAppStorePurchase (for iOS) and verifyPlayStorePurchase (for Android) methods of the Adjust instance.
  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.
  • Added setAndroidFinalAttributionEnabled method to AdjustConfig to indicate if only final Android attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method).

Native versions:
iOS@v4.35.1
Android@v4.35.0


Pull Request #217

Version 4.33.0

15 Jan 22:20
8c944ce
Compare
Choose a tag to compare

Added

  • Added support for SKAdNetwork 4.0.
  • Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.UrlStrategyCn parameter.
  • Added support to OAID plugin for MSA SDK v2.0.0.

Native versions:
iOS@v4.33.3
Android@v4.33.2


Pull Request #206

Version 4.32.1

14 Nov 13:53
87f06f7
Compare
Choose a tag to compare

Fixed

  • Fixed conversion bug which caused transaction_date parameter of iOS subscription tracking to be wrongly formatted.

Native versions:
iOS@v4.32.1
Android@v4.32.0


Pull Request #198

Version 4.32.0

11 Oct 12:49
4d30ff6
Compare
Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK (iOS only).

Changed

  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default.

Fixed

  • Fixed Xcode 14 build errors by switching to usage of React-Core pod (#193).
  • Added missing cost data info to attribution getter once invoked on iOS platform.

Native versions:
iOS@v4.32.1
Android@v4.32.0


Pull Request #194