|
| 1 | +### Version 4.35.0 (27th September 2023) |
| 2 | +#### Added |
| 3 | +- Added support for SigV3 library. Update authorization header building logic to use `adj_signing_id`. |
| 4 | +- Added ability to indicate if only final Android attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method) by setting the `androidFinalAttributionEnabled` member of the `AdjustConfig` instance. |
| 5 | + |
| 6 | +#### Native SDKs |
| 7 | +- [[email protected]][ios_sdk_v4.35.0] |
| 8 | +- [[email protected]][android_sdk_v4.35.0] |
| 9 | + |
| 10 | +--- |
| 11 | + |
1 | 12 | ### Version 4.34.0 (6th September 2023) |
2 | 13 | #### Added |
3 | 14 | - Added support for Android apps using Gradle 8.0 or later. |
4 | | -- Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by setting the `attConsentWaitingInterval` method of the `AdjustConfig` instance. |
| 15 | +- Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by setting the `attConsentWaitingInterval` member of the `AdjustConfig` instance. |
5 | 16 | - Added support for purchase verification. In case you are using this feature, you can now use it by calling `verifyAppStorePurchase` (for iOS) and `verifyPlayStorePurchase` (for Android) methods of the `Adjust` instance. |
6 | 17 |
|
7 | 18 | #### Native SDKs |
|
337 | 348 | [ios_sdk_v4.33.2]: https://github.com/adjust/ios_sdk/tree/v4.33.2 |
338 | 349 | [ios_sdk_v4.33.4]: https://github.com/adjust/ios_sdk/tree/v4.33.4 |
339 | 350 | [ios_sdk_v4.34.2]: https://github.com/adjust/ios_sdk/tree/v4.34.2 |
| 351 | +[ios_sdk_v4.35.0]: https://github.com/adjust/ios_sdk/tree/v4.35.0 |
340 | 352 |
|
341 | 353 | [android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 |
342 | 354 | [android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0 |
|
353 | 365 | [android_sdk_v4.32.0]: https://github.com/adjust/android_sdk/tree/v4.32.0 |
354 | 366 | [android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2 |
355 | 367 | [android_sdk_v4.33.3]: https://github.com/adjust/android_sdk/tree/v4.33.3 |
356 | | -[android_sdk_v4.34.0]: https://github.com/adjust/android_sdk/tree/v4.34.0 |
| 368 | +[android_sdk_v4.34.0]: https://github.com/adjust/android_sdk/tree/v4.34.0 |
| 369 | +[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 |
0 commit comments