|
| 1 | +### Version 5.4.0 (4th 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/cordova/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/cordova/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/cordova/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/cordova/features/att#disable-att-framework). |
| 7 | +- Added `jsonResponse` to attribution which represents the JSON string sent by the backend as part of the attribution response. |
| 8 | + |
| 9 | +#### Native SDKs |
| 10 | +- [iOS@v5.4.0][ios_sdk_v5.4.0] |
| 11 | +- [Android@v5.4.0][android_sdk_v5.4.0] |
| 12 | + |
| 13 | +--- |
| 14 | + |
1 | 15 | ### Version 5.0.4 (5th February 2025)
|
2 | 16 | #### Added
|
3 | 17 | - Added sending of the additional parameter to improve troubleshooting of `SKAdNetwork` related issues.
|
@@ -750,6 +764,7 @@ In case you were using beta version of the SDK v5, please switch to the official
|
750 | 764 | [ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0
|
751 | 765 | [ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
|
752 | 766 | [ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
|
| 767 | +[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0 |
753 | 768 |
|
754 | 769 | [android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
|
755 | 770 | [android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
|
@@ -788,3 +803,4 @@ In case you were using beta version of the SDK v5, please switch to the official
|
788 | 803 | [android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
|
789 | 804 | [android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
|
790 | 805 | [android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
|
| 806 | +[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0 |
0 commit comments