-
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.
Merge pull request #239 from adjust/v4381
Version 4.38.1
- Loading branch information
Showing
31 changed files
with
632 additions
and
483 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.1 (30th April 2024) | ||
#### Added | ||
- Added sending of the additional iOS SDK observability parameters for debugging purposes. | ||
|
||
#### Fixed | ||
- Removed nullability type specifier warnings (https://github.com/adjust/ios_sdk/issues/703). | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.38.2] | ||
- [[email protected]][android_sdk_v4.38.3] | ||
|
||
--- | ||
|
||
### Version 4.38.0 (27th March 2024) | ||
#### Added | ||
- Added iOS Privacy Manifest for the Adjust SDK. | ||
|
@@ -645,6 +658,7 @@ | |
[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 | ||
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2 | ||
|
||
[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 | ||
|
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.38.0 | ||
4.38.1 |
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule sdk
updated
18 files
+2 −2 | Adjust.podspec | |
+17 −12 | Adjust/ADJActivityHandler.m | |
+10 −0 | Adjust/ADJActivityPackage.h | |
+25 −0 | Adjust/ADJActivityPackage.m | |
+10 −0 | Adjust/ADJPackageBuilder.h | |
+27 −1 | Adjust/ADJPackageBuilder.m | |
+42 −0 | Adjust/ADJPackageHandler.m | |
+11 −7 | Adjust/ADJRequestHandler.m | |
+2 −0 | Adjust/ADJResponseData.h | |
+2 −2 | Adjust/ADJResponseData.m | |
+3 −3 | Adjust/ADJUrlStrategy.h | |
+1 −1 | Adjust/ADJUtil.h | |
+1 −1 | Adjust/ADJUtil.m | |
+1 −1 | Adjust/Adjust.h | |
+2 −17 | Adjust/PrivacyInfo.xcprivacy | |
+1 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+12 −0 | CHANGELOG.md | |
+1 −1 | VERSION |
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
Oops, something went wrong.