Skip to content

Commit

Permalink
Merge pull request #48 from adjust/v502
Browse files Browse the repository at this point in the history
Version 5.0.2
  • Loading branch information
nonelse authored Feb 7, 2025
2 parents a5c4368 + b3c62e6 commit f10c2c1
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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.
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.1
5.0.2
2 changes: 1 addition & 1 deletion dist/AdjustConfig2dx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "AdjustProxy2dx.h"
#endif

const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.1";
const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.2";

void AdjustConfig2dx::initConfig(std::string appToken, std::string environment, bool allowSuppressLogLevel) {
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
Expand Down
Binary file modified ext/android/proxy/adjust-android.aar
Binary file not shown.
Binary file modified ext/android/proxy/adjust-test-library.jar
Binary file not shown.
Binary file modified libs/android/adjust-android.aar
Binary file not shown.
Binary file modified libs/ios/AdjustSdk.framework/Versions/A/AdjustSdk
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/ios/AdjustSdk.framework/Versions/A/Headers/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Adjust.h
// Adjust SDK
//
// V5.0.1
// V5.0.2
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
// Copyright (c) 2012-Present Adjust GmbH. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion src/AdjustConfig2dx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "AdjustProxy2dx.h"
#endif

const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.1";
const std::string AdjustSdkPrefix2dx = "cocos2d-x5.0.2";

void AdjustConfig2dx::initConfig(std::string appToken, std::string environment, bool allowSuppressLogLevel) {
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
Expand Down
Binary file modified test/libs/android/adjust-test-library.jar
Binary file not shown.
Binary file not shown.

0 comments on commit f10c2c1

Please sign in to comment.