-
Notifications
You must be signed in to change notification settings - Fork 12
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 #55 from adjust/v4220-1
Version 4.22.0
- Loading branch information
Showing
80 changed files
with
2,642 additions
and
610 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,3 +1,23 @@ | ||
### Version 4.22.0 (16th December 2020) | ||
#### Added | ||
- Added communication with SKAdNetwork framework by default on iOS 14. | ||
- Added method `deactivateSKAdNetworkHandling` method to `AdjustConfig` to switch off default communication with SKAdNetwork framework in iOS 14. | ||
- Added wrapper method `requestTrackingAuthorizationWithCompletionHandler` to `Adjust` to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend. | ||
- Added handling of new iAd framework error codes introduced in iOS 14. | ||
- Added sending of value of user's consent to be tracked with each package. | ||
- Added `setUrlStrategy` method to `AdjustConfig` class to allow selection of URL strategy for specific market. | ||
- Added possibility to get cost data information in attribution callback. | ||
- Added `setNeedsCost` method to `AdjustConfig` to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method). | ||
- Added `setPreinstallTrackingEnabled` method to `AdjustConfig` to allow enabling of preintall tracking (this feature is OFF by default). | ||
|
||
**Note**: 4.22.0 ANE is built to support iOS 14 for which you will need **Adobe AIR SDK 33.1.1.300 or higher** and **Xcode 12** to compile your iOS app with. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.24.0] | ||
- [[email protected]][android_sdk_v4.25.0] | ||
|
||
--- | ||
|
||
### Version 4.21.1 (4th May 2020) | ||
#### Fixed | ||
- Removed iAd timer from iOS native SDK. | ||
|
@@ -452,6 +472,7 @@ | |
[ios_sdk_v4.18.3]: https://github.com/adjust/ios_sdk/tree/v4.18.3 | ||
[ios_sdk_v4.21.1]: https://github.com/adjust/ios_sdk/tree/v4.21.1 | ||
[ios_sdk_v4.21.3]: https://github.com/adjust/ios_sdk/tree/v4.21.3 | ||
[ios_sdk_v4.24.0]: https://github.com/adjust/ios_sdk/tree/v4.24.0 | ||
|
||
[android_sdk_v2.1.3]: https://github.com/adjust/android_sdk/tree/v2.1.3 | ||
[android_sdk_v2.1.4]: https://github.com/adjust/android_sdk/tree/v2.1.4 | ||
|
@@ -473,3 +494,4 @@ | |
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 | ||
[android_sdk_v4.18.4]: https://github.com/adjust/android_sdk/tree/v4.18.4 | ||
[android_sdk_v4.21.1]: https://github.com/adjust/android_sdk/tree/v4.21.1 | ||
[android_sdk_v4.25.0]: https://github.com/adjust/android_sdk/tree/v4.25.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.21.0 | ||
4.22.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
Oops, something went wrong.