-
Notifications
You must be signed in to change notification settings - Fork 72
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 #280 from adjust/v4352
Version 4.35.2
- Loading branch information
Showing
15 changed files
with
20 additions
and
9 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
Binary file not shown.
Binary file not shown.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
### Version 4.35.2 (9th October 2023) | ||
#### Added | ||
- Added sending of `event_callback_id` parameter (if set) with the event payload. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.35.2] | ||
- [[email protected]][android_sdk_v4.35.1] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
--- | ||
|
||
### Version 4.35.1 (2nd October 2023) | ||
#### Fixed | ||
- Fixed issue with signing iOS requests post ATT delay timer expiry. | ||
|
@@ -1159,6 +1169,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e | |
[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 | ||
[ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1 | ||
[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 | ||
|
||
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -1205,6 +1216,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e | |
[android_sdk_v4.33.5]: https://github.com/adjust/android_sdk/tree/v4.33.5 | ||
[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 | ||
[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 | ||
|
||
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0 | ||
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.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.35.1 | ||
4.35.2 |
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
Submodule sdk
updated
57 files
Submodule sdk
updated
9 files
+2 −2 | Adjust.podspec | |
+7 −1 | Adjust/ADJActivityPackage.m | |
+4 −3 | Adjust/ADJRequestHandler.m | |
+1 −1 | Adjust/ADJUtil.m | |
+1 −1 | Adjust/Adjust.h | |
+1 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+6 −0 | CHANGELOG.md | |
+1 −1 | VERSION | |
+4 −4 | examples/AdjustExample-Swift/Podfile.lock |