Skip to content

Releases: adjust/react_native_sdk

Version 5.6.0

Choose a tag to compare

@uerceg uerceg released this 29 Apr 12:19
fbaa6b8

Added

  • Added support for remote trigger callbacks. You can now receive remote trigger updates by calling setRemoteTriggerCallback on your AdjustConfig instance. Remote trigger payload is exposed as a JSON string in payloadJson.

Changed

  • Updated the Adjust Signature library version to 3.67.0.

Native versions:
iOS@v5.6.2
Android@v5.6.1


Pull Request #288

Version 5.5.0

Choose a tag to compare

@uerceg uerceg released this 06 Dec 19:44
78f0feb

Added

  • Added getAdidWithTimeout method to the Adjust API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned.
  • Added getAttributionWithTimeout method to the Adjust API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned.
  • Added the resolveLinkWithUrl method to the Adjust API to resolve the underlying Adjust link from other links that wrap Adjust links.
  • Added ability to disable the reading of the app set ID. You can do this by calling the disableAppSetIdReading method on your AdjustConfig instance.

Changed

  • Updated the Adjust Signature library version to 3.62.0.

Native versions:
iOS@v5.5.0
Android@v5.5.0


Pull Request #283

Version 5.4.4

Choose a tag to compare

@uerceg uerceg released this 23 Oct 14:13
9d1d9d4

Changed

  • Updated the Adjust Signature library version to 3.61.0.

Native versions:
iOS@v5.4.6
Android@v5.4.5


Pull Request #280

Version 5.4.3

Choose a tag to compare

@uerceg uerceg released this 22 Sep 12:50
aa7b361

Added

  • Added support for processing deferred deep links in session responses.
  • Added support for Google License Verification (LVL). For more details about this feature, refer to the official documentation.

Native versions:
iOS@v5.4.4
Android@v5.4.4


Pull Request #278

Version 5.4.2

Choose a tag to compare

@uerceg uerceg released this 11 Aug 23:51
bd4fe59

Fixed

  • Fixed first session delay pre-init actions array lazy initialization.

Changed

  • Updated purchase verification handler (internal changes).

Native versions:
iOS@v5.4.3
Android@v5.4.2


Pull Request #275

Version 5.4.1

Choose a tag to compare

@uerceg uerceg released this 28 Jul 14:29
55f1a0e

Added

  • Added support for Google On-Device-Measurement. For more details about this feature, refer to the official documentation.
  • Optimized the logic behind the processAndResolveDeeplink method to immediately return links that have already been resolved.

Changed

  • Updated the Adjust Signature library version to 3.47.0.
  • Added indication of nullable types inside of the index.d.ts (#269).

Native versions:
iOS@v5.4.1
Android@v5.4.1


Kudos

Big thank you to @huextrat (#269).


Pull Request #274

Version 5.4.0

Choose a tag to compare

@Aditi3 Aditi3 released this 18 Jun 11:32
660e180

Added

  • Added support for configuring store information via the AdjustStoreInfo object. You can now specify the store name and store app ID via setStoreInfo method on your AdjustConfig instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the official documentation.
  • Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the enableFirstSessionDelay method on your AdjustConfig instance. To end the delay, make sure to call endFirstSessionDelay method of Adjust instance. For more details about this feature, refer to the official documentation.
  • Added ability to send organic search referrer together with deep link. You can send it via setReferrer method of the AdjustDeeplink instance. For more details about this feature, refer to the official documentation.
  • Added ability to disable SDK's interaction with AppTrackingTransparency.framework API. You can disable it by calling the disableAppTrackingTransparencyUsage method on your AdjustConfig instance. For more details about this feature, refer to the official documentation.

Native versions:
iOS@v5.4.0
Android@v5.4.0


Pull Request #270

Version 5.1.0

Choose a tag to compare

@uerceg uerceg released this 25 Feb 14:42
705eb4b

Added

  • Added jsonResponse field (JSON string) to AdjustAttribution where every key-value pair sent by the backend as part of the attribution response can be found.

Fixed

  • Fixed occasional occurrences in which ATT waiting interval timer was not being started.
  • Fixed occasional NPE occurrences when app was entering background (adjust/android_sdk#630).

Native versions:
iOS@v5.1.1
Android@v5.1.0


Pull Request #262

Version 5.0.4

Choose a tag to compare

@uerceg uerceg released this 17 Jan 13:10
3e2c7c9

Fixed

  • Fixed type mismatch of some AdjustPlayStoreSubscription fields in JS and TS (#260).

Native versions:
iOS@v5.0.2
Android@v5.0.2


Pull Request #261

Version 5.0.3

Choose a tag to compare

@uerceg uerceg released this 06 Dec 08:23
166aadb

Changed

  • Switched to native Android SDK version that depends on a specific version of the signature library.

Native versions:
iOS@v5.0.1
Android@v5.0.2


Pull Request #257