Skip to content

Releases: adjust/react_native_sdk

Version 5.4.0

18 Jun 11:32
660e180
Compare
Choose a tag to compare

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:
[email protected]
[email protected]


Pull Request #270

Version 5.1.0

25 Feb 14:42
705eb4b
Compare
Choose a tag to compare

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:
[email protected]
[email protected]


Pull Request #262

Version 5.0.4

17 Jan 13:10
3e2c7c9
Compare
Choose a tag to compare

Fixed

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

Native versions:
[email protected]
[email protected]


Pull Request #261

Version 5.0.3

06 Dec 08:23
166aadb
Compare
Choose a tag to compare

Changed

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

Native versions:
[email protected]
[email protected]


Pull Request #257

Version 5.0.2

23 Sep 08:59
c59b77b
Compare
Choose a tag to compare

Fixed

  • Fixed Adjust.modulemap not found error in certain CocoaPods integration cases.
  • Fixed occasional ANRs while reading install referrer from Shared Preferences during the SDK initialization.

Native versions:
[email protected]
[email protected]


Pull Request #253

Version 5.0.1

10 Sep 13:11
f8a6dfd
Compare
Choose a tag to compare

Fixed

  • Added missing AdjustDeeplink class export to index.d.ts (#246).
  • Renamed AdjustDeeplink interface to AdjustDeferredDeeplink to avoid naming collision with as of now the class named AdjustDeeplink.

Native versions:
[email protected]
[email protected]


Kudos

Big thank you to @huextrat for contributions to this release.


Pull Request #247

Version 5.0.0

06 Sep 20:17
80e4791
Compare
Choose a tag to compare

We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

In case you were using beta version of the SDK v5, please switch to the official v5 release.

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:
[email protected]
[email protected]


Pull Request #239

Version 4.38.0

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

Added


Native versions:
[email protected]
[email protected]


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:
[email protected]
[email protected]


Pull Request #235
Thanks to @huextrat.