|
| 1 | +### Version 5.3.0 (April 17th 2025) |
| 2 | +#### Added |
| 3 | +- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by setting the `IsFirstSessionDelayEnabled` property on your `AdjustConfig` instance to `true`. 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/unity/features/first-session-delay). |
| 4 | +- Added ability to send organic search referrer together with deep link. You can send it by setting the `Referrer` property of the `AdjustDeeplink` instance. |
| 5 | +- Added ability to disable SDK's interaction with `AppTrackingTransparency.framework` API. You can disable it by setting the `IsAppTrackingTransparencyUsageEnabled` property on your `AdjustConfig` instance to `false`. |
| 6 | + |
| 7 | +#### Native SDKs |
| 8 | +- [[email protected]][ios_sdk_v5.3.0] |
| 9 | +- [[email protected]][android_sdk_v5.3.0] |
| 10 | + |
| 11 | +--- |
| 12 | + |
1 | 13 | ### Version 5.1.3 (March 24th 2025)
|
2 | 14 | #### Fixed
|
3 | 15 | - Fixed null reference exceptions when migrating from pre 5.1.0 version (https://github.com/adjust/unity_sdk/issues/330).
|
@@ -1415,6 +1427,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
|
1415 | 1427 | [ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
|
1416 | 1428 | [ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
|
1417 | 1429 | [ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
|
| 1430 | +[ios_sdk_v5.3.0]: https://github.com/adjust/ios_sdk/tree/v5.3.0 |
1418 | 1431 |
|
1419 | 1432 | [android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
|
1420 | 1433 | [android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
|
@@ -1471,6 +1484,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
|
1471 | 1484 | [android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
|
1472 | 1485 | [android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
|
1473 | 1486 | [android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
|
| 1487 | +[android_sdk_v5.3.0]: https://github.com/adjust/android_sdk/tree/v5.3.0 |
1474 | 1488 |
|
1475 | 1489 | [windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
|
1476 | 1490 | [windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0
|
|
0 commit comments