|
| 1 | +### Version 4.37.0 (30th January 2024) |
| 2 | +#### Added |
| 3 | +- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking `processDeeplink` method of the `Adjust` instance. |
| 4 | +- Added support for Meta install referrer. |
| 5 | +- Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling `getIdfv` method of the `Adjust` instance. |
| 6 | +- Added support for Google Play Games on PC. |
| 7 | +- Added support for `TopOn` and `AD(X)` ad revenue tracking. |
| 8 | +- Added a new type of URL strategy called `AdjustConfig.AdjustUrlStrategyCnOnly`. This URL strategy represents `AdjustConfig.AdjustUrlStrategyCn` strategy, but without fallback domains. |
| 9 | +- Added ability to indicate if the device IDs should be read just once per SDK initialization via calling `setReadDeviceInfoOnceEnabled` method of the `AdjustConfig` instance. |
| 10 | + |
| 11 | +#### Native SDKs |
| 12 | +- [[email protected]][ios_sdk_v4.37.0] |
| 13 | +- [[email protected]][android_sdk_v4.38.1] |
| 14 | + |
| 15 | +--- |
| 16 | + |
1 | 17 | ### Version 4.35.1 (10th October 2023) |
2 | 18 | #### Added |
3 | 19 | - Added sending of `event_callback_id` parameter (if set) with the event payload. |
4 | 20 |
|
5 | 21 | #### Native SDKs |
6 | 22 | - [[email protected]][ios_sdk_v4.35.2] |
7 | 23 | - [[email protected]][android_sdk_v4.35.1] |
| 24 | + |
8 | 25 | --- |
9 | 26 |
|
10 | 27 | ### Version 4.35.0 (6th October 2023) |
|
589 | 606 | [ios_sdk_v4.33.3]: https://github.com/adjust/ios_sdk/tree/v4.33.3 |
590 | 607 | [ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1 |
591 | 608 | [ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 |
| 609 | +[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0 |
592 | 610 |
|
593 | 611 | [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 |
594 | 612 | [android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 |
|
623 | 641 | [android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2 |
624 | 642 | [android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 |
625 | 643 | [android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 |
| 644 | +[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1 |
0 commit comments