|
| 1 | +### Version 5.4.0 (18th June 2025) |
| 2 | +#### Added |
| 3 | +- 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](https://dev.adjust.com/en/sdk/react-native/setup/store-type). |
| 4 | +- 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](https://dev.adjust.com/en/sdk/react-native/features/first-session-delay). |
| 5 | +- 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](https://dev.adjust.com/en/sdk/react-native/features/deep-links#handling-deeplinks-with-referrer). |
| 6 | +- 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](https://dev.adjust.com/en/sdk/react-native/features/att#disable-att-framework). |
| 7 | + |
| 8 | +#### Native SDKs |
| 9 | +- [[email protected]][ios_sdk_v5.4.0] |
| 10 | +- [[email protected]][android_sdk_v5.4.0] |
| 11 | + |
| 12 | +--- |
| 13 | + |
1 | 14 | ### Version 5.1.0 (25th February 2025)
|
2 | 15 | #### Added
|
3 | 16 | - 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.
|
@@ -735,6 +748,7 @@ In case you were using beta version of the SDK v5, please switch to the official
|
735 | 748 | [ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
|
736 | 749 | [ios_sdk_v5.0.2]: https://github.com/adjust/ios_sdk/tree/v5.0.2
|
737 | 750 | [ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
|
| 751 | +[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0 |
738 | 752 |
|
739 | 753 | [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
|
740 | 754 | [android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
|
@@ -776,3 +790,4 @@ In case you were using beta version of the SDK v5, please switch to the official
|
776 | 790 | [android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
|
777 | 791 | [android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
|
778 | 792 | [android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
|
| 793 | +[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0 |
0 commit comments