|
| 1 | +### Version 5.4.1 (28th July 2025) |
| 2 | +#### Added |
| 3 | +- Added support for Google On-Device-Measurement. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/react-native/plugins/google-odm). |
| 4 | +- Optimized the logic behind the `processAndResolveDeeplink` method to immediately return links that have already been resolved. |
| 5 | + |
| 6 | +#### Changed |
| 7 | +- Updated the Adjust Signature library version to 3.47.0. |
| 8 | + |
| 9 | +#### Native SDKs |
| 10 | +- [[email protected]][ios_sdk_v5.4.1] |
| 11 | +- [[email protected]][android_sdk_v5.4.1] |
| 12 | + |
| 13 | +---- |
| 14 | + |
1 | 15 | ### Version 5.4.0 (18th June 2025)
|
2 | 16 | #### Added
|
3 | 17 | - 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).
|
@@ -749,6 +763,7 @@ In case you were using beta version of the SDK v5, please switch to the official
|
749 | 763 | [ios_sdk_v5.0.2]: https://github.com/adjust/ios_sdk/tree/v5.0.2
|
750 | 764 | [ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
|
751 | 765 | [ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
|
| 766 | +[ios_sdk_v5.4.1]: https://github.com/adjust/ios_sdk/tree/v5.4.1 |
752 | 767 |
|
753 | 768 | [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
|
754 | 769 | [android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
|
@@ -791,3 +806,4 @@ In case you were using beta version of the SDK v5, please switch to the official
|
791 | 806 | [android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
|
792 | 807 | [android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
|
793 | 808 | [android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0
|
| 809 | +[android_sdk_v5.4.1]: https://github.com/adjust/android_sdk/tree/v5.4.1 |
0 commit comments