-
Notifications
You must be signed in to change notification settings - Fork 10
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 #48 from adjust/v502
Version 5.0.2
- Loading branch information
Showing
13 changed files
with
25 additions
and
6 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,20 @@ | ||
### Version 5.0.2 (7th February 2025) | ||
#### Added | ||
- Added sending of the additional parameter to improve troubleshooting of `SKAdNetwork` related issues. | ||
|
||
#### Fixed | ||
- Fixed occasional occurrences in which ATT waiting interval timer was not being started. | ||
- Pinned version 3.35.2 of the Adjust signature library, which addresses occasional crashes on iOS 18 (https://github.com/adjust/ios_sdk/issues/742). | ||
|
||
#### Changed | ||
- Switched to depending on a specific version of the signature library. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v5.0.2] | ||
- [[email protected]][android_sdk_v5.0.2] | ||
|
||
--- | ||
|
||
### Version 5.0.1 (5th November 2024) | ||
#### Fixed | ||
- Added missing `unordered_map` imports to header files. | ||
|
@@ -442,6 +459,7 @@ In case you were using beta version of the SDK v5, please switch to the official | |
[ios_sdk_v4.32.1]: https://github.com/adjust/ios_sdk/tree/v4.32.1 | ||
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0 | ||
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1 | ||
[ios_sdk_v5.0.2]: https://github.com/adjust/ios_sdk/tree/v5.0.2 | ||
|
||
[android_sdk_v4.0.8]: https://github.com/adjust/android_sdk/tree/v4.0.8 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -467,5 +485,6 @@ In case you were using beta version of the SDK v5, please switch to the official | |
[android_sdk_v4.33.0]: https://github.com/adjust/android_sdk/tree/v4.33.0 | ||
[android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0 | ||
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1 | ||
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2 | ||
|
||
[windows_sdk_v4.0.3]: https://github.com/adjust/windows_sdk/tree/v4.0.3 |
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 @@ | ||
5.0.1 | ||
5.0.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
Binary file not shown.
Binary file not shown.
Submodule sdk
updated
16 files
Submodule sdk
updated
17 files
+3 −3 | Adjust.podspec | |
+1 −1 | Adjust/Adjust.h | |
+20 −30 | Adjust/Adjust.m | |
+1 −0 | Adjust/Internal/ADJActivityHandler.h | |
+62 −90 | Adjust/Internal/ADJActivityHandler.m | |
+19 −6 | Adjust/Internal/ADJPackageBuilder.m | |
+1 −0 | Adjust/Internal/ADJPurchaseVerificationHandler.m | |
+13 −4 | Adjust/Internal/ADJSKAdNetwork.h | |
+446 −182 | Adjust/Internal/ADJSKAdNetwork.m | |
+1 −0 | Adjust/Internal/ADJSdkClickHandler.m | |
+6 −0 | Adjust/Internal/ADJUserDefaults.h | |
+10 −0 | Adjust/Internal/ADJUserDefaults.m | |
+1 −1 | Adjust/Internal/ADJUtil.m | |
+1 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+12 −0 | CHANGELOG.md | |
+1 −1 | Package.swift | |
+1 −1 | VERSION |
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.
Binary file modified
BIN
+1.56 KB
(100%)
test/libs/ios/AdjustTestLibrary.framework/Versions/A/AdjustTestLibrary
Binary file not shown.