|
1 |
| -### Version 4.35.2 (24th November 2023) |
| 1 | +### Version 4.37.0 (16th January 2024) |
2 | 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 ability to inject iOS in-app purchase receipt directly as base64 encoded string when you are performing purchase event verification. You can achieve this by passing the base64 encoded string receipt via `setReceiptBase64` method of the `AdjustEvent` instance. |
| 5 | + |
| 6 | +#### Native SDKs |
| 7 | +- [[email protected]][ios_sdk_v4.37.0] |
| 8 | +- [[email protected]][android_sdk_v4.38.0] |
| 9 | +- [[email protected]][windows_sdk_v4.17.0] |
| 10 | +--- |
| 11 | + |
| 12 | +### Version 4.36.0 (24th November 2023) |
| 13 | +#### Added |
| 14 | +- Added ability to get IDFV value of the iOS device. You can achieve this by invoking `getIdfv()` method of the `Adjust` instance. |
3 | 15 | - Added support for Meta install referrer.
|
4 | 16 | - Added support for Google Play Games on PC.
|
5 | 17 | - Added support for `TopOn` and `AD(X)` ad revenue tracking.
|
@@ -1185,6 +1197,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
|
1185 | 1197 | [ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1
|
1186 | 1198 | [ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2
|
1187 | 1199 | [ios_sdk_v4.36.0]: https://github.com/adjust/ios_sdk/tree/v4.36.0
|
| 1200 | +[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0 |
1188 | 1201 |
|
1189 | 1202 | [android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
|
1190 | 1203 | [android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
|
@@ -1233,6 +1246,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
|
1233 | 1246 | [android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0
|
1234 | 1247 | [android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1
|
1235 | 1248 | [android_sdk_v4.37.0]: https://github.com/adjust/android_sdk/tree/v4.37.0
|
| 1249 | +[android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0 |
1236 | 1250 |
|
1237 | 1251 | [windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
|
1238 | 1252 | [windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0
|
|
0 commit comments