-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
### Version 4.37.0 (30th January 2024) | ||
#### Added | ||
- 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. | ||
- Added support for Meta install referrer. | ||
- Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling `getIdfv` method of the `Adjust` instance. | ||
- Added support for Google Play Games on PC. | ||
- Added support for `TopOn` and `AD(X)` ad revenue tracking. | ||
- Added a new type of URL strategy called `AdjustConfig.AdjustUrlStrategyCnOnly`. This URL strategy represents `AdjustConfig.AdjustUrlStrategyCn` strategy, but without fallback domains. | ||
- Added ability to indicate if the device IDs should be read just once per SDK initialization via calling `setReadDeviceInfoOnceEnabled` method of the `AdjustConfig` instance. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.37.0] | ||
- [[email protected]][android_sdk_v4.38.1] | ||
|
||
--- | ||
|
||
### Version 4.35.1 (10th October 2023) | ||
#### Added | ||
- Added sending of `event_callback_id` parameter (if set) with the event payload. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.35.2] | ||
- [[email protected]][android_sdk_v4.35.1] | ||
|
||
--- | ||
|
||
### Version 4.35.0 (6th October 2023) | ||
|
@@ -589,6 +606,7 @@ | |
[ios_sdk_v4.33.3]: https://github.com/adjust/ios_sdk/tree/v4.33.3 | ||
[ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1 | ||
[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 | ||
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0 | ||
|
||
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 | ||
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 | ||
|
@@ -623,3 +641,4 @@ | |
[android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2 | ||
[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 | ||
[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 | ||
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1 |