-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from adjust/v4350
Version 4.35.0
- Loading branch information
Showing
16 changed files
with
46 additions
and
17 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,7 +1,18 @@ | ||
### Version 4.35.0 (27th September 2023) | ||
#### Added | ||
- Added support for SigV3 library. Update authorization header building logic to use `adj_signing_id`. | ||
- 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. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.35.0] | ||
- [[email protected]][android_sdk_v4.35.0] | ||
|
||
--- | ||
|
||
### Version 4.34.0 (6th September 2023) | ||
#### Added | ||
- Added support for Android apps using Gradle 8.0 or later. | ||
- 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. | ||
- 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. | ||
- 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. | ||
|
||
#### Native SDKs | ||
|
@@ -337,6 +348,7 @@ | |
[ios_sdk_v4.33.2]: https://github.com/adjust/ios_sdk/tree/v4.33.2 | ||
[ios_sdk_v4.33.4]: https://github.com/adjust/ios_sdk/tree/v4.33.4 | ||
[ios_sdk_v4.34.2]: https://github.com/adjust/ios_sdk/tree/v4.34.2 | ||
[ios_sdk_v4.35.0]: https://github.com/adjust/ios_sdk/tree/v4.35.0 | ||
|
||
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 | ||
[android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0 | ||
|
@@ -353,4 +365,5 @@ | |
[android_sdk_v4.32.0]: https://github.com/adjust/android_sdk/tree/v4.32.0 | ||
[android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2 | ||
[android_sdk_v4.33.3]: https://github.com/adjust/android_sdk/tree/v4.33.3 | ||
[android_sdk_v4.34.0]: https://github.com/adjust/android_sdk/tree/v4.34.0 | ||
[android_sdk_v4.34.0]: https://github.com/adjust/android_sdk/tree/v4.34.0 | ||
[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 |
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
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 +1 @@ | ||
4.34.0 | ||
4.35.0 |
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
test/app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
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
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
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
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
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,6 +1,6 @@ | ||
name: test_lib | ||
description: Flutter plugin for Adjust Testing Library. Intended exclusively for internal use. | ||
version: 4.34.0 | ||
version: 4.35.0 | ||
author: Adjust ([email protected]) | ||
|
||
environment: | ||
|