|
| 1 | +### Version 4.37.1 (19th February 2024) |
| 2 | +#### Added |
| 3 | +- Added support for `TradPlus` ad revenue tracking. |
| 4 | + |
| 5 | +#### Changed |
| 6 | +- Changed the semantics of the `AdjustAppStorePurchase`'s `receipt` property to represent UnityIAP base64 encoded receipt string to avoid the need for the base64 decoding by the clients. |
| 7 | + |
| 8 | +#### Native SDKs |
| 9 | +- [[email protected]][ios_sdk_v4.37.1] |
| 10 | +- [[email protected]][android_sdk_v4.38.1] |
| 11 | +- [[email protected]][windows_sdk_v4.17.0] |
| 12 | +--- |
| 13 | + |
1 | 14 | ### Version 4.37.0 (16th January 2024)
|
2 | 15 | #### Added
|
3 | 16 | - 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.
|
@@ -1198,6 +1211,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
|
1198 | 1211 | [ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2
|
1199 | 1212 | [ios_sdk_v4.36.0]: https://github.com/adjust/ios_sdk/tree/v4.36.0
|
1200 | 1213 | [ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0
|
| 1214 | +[ios_sdk_v4.37.1]: https://github.com/adjust/ios_sdk/tree/v4.37.1 |
1201 | 1215 |
|
1202 | 1216 | [android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
|
1203 | 1217 | [android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
|
@@ -1247,6 +1261,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
|
1247 | 1261 | [android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1
|
1248 | 1262 | [android_sdk_v4.37.0]: https://github.com/adjust/android_sdk/tree/v4.37.0
|
1249 | 1263 | [android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0
|
| 1264 | +[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1 |
1250 | 1265 |
|
1251 | 1266 | [windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
|
1252 | 1267 | [windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0
|
|
0 commit comments