-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 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,16 @@ | ||
### Version 4.38.0 (27th March 2024) | ||
#### Added | ||
- Added iOS Privacy Manifest for the Adjust SDK. | ||
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to: | ||
- https://consent.adjust.com - for consented users | ||
- https://analytics.adjust.com - for non-consented users | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.38.0] | ||
- [[email protected]][android_sdk_v4.38.3] | ||
|
||
--- | ||
|
||
### Version 4.37.2 (21st March 2024) | ||
#### Fixed | ||
- Fixed occasional crashes caused by not synchronized access to cached IDFA value (https://github.com/adjust/ios_sdk/issues/696). | ||
|
@@ -631,6 +644,7 @@ | |
[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 | ||
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0 | ||
[ios_sdk_v4.37.2]: https://github.com/adjust/ios_sdk/tree/v4.37.2 | ||
[ios_sdk_v4.38.0]: https://github.com/adjust/ios_sdk/tree/v4.38.0 | ||
|
||
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 | ||
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 | ||
|
@@ -667,3 +681,4 @@ | |
[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 | ||
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1 | ||
[android_sdk_v4.38.2]: https://github.com/adjust/android_sdk/tree/v4.38.2 | ||
[android_sdk_v4.38.3]: https://github.com/adjust/android_sdk/tree/v4.38.3 |