Skip to content

Commit 517f44c

Browse files
authored
Merge pull request #774 from adjust/v545
Version 5.4.5
2 parents f1c063b + 5940d95 commit 517f44c

15 files changed

+26
-12
lines changed

Adjust.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
33
s.module_name = "AdjustSdk"
4-
s.version = "5.4.4"
4+
s.version = "5.4.5"
55
s.summary = "This is the iOS SDK of Adjust. You can read more about it at https://adjust.com."
66
s.homepage = "https://github.com/adjust/ios_sdk"
77
s.license = { :type => 'MIT', :file => 'LICENSE' }

Adjust/Adjust.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust SDK
44
//
5-
// V5.4.4
5+
// V5.4.5
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-Present Adjust GmbH. All rights reserved.
88
//

Adjust/Internal/ADJOdmManager.m

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ - (id _Nullable)initIfPluginAvailbleAndFetchOdmData {
4141
[_logger verbose:@"GoogleAdsOnDeviceConversion framework version %@ successfully found in the app", [ADJOdmManager odmFrameworkVersion]];
4242
isOdmAvailable = YES;
4343
} else {
44-
[_logger warn:@"%@", error];
45-
[_logger warn:@"ADJOdmPlugin can not be initialized"];
44+
[_logger error:@"ADJOdmPlugin can not be initialized. Error: %@", error];
4645
}
47-
} else {
48-
[_logger warn:@"ADJOdmPlugin can not be initialized"];
4946
}
5047

5148
if (!isOdmAvailable) {
@@ -171,7 +168,7 @@ - (void)completeProcessingOdmInfoWithSuccess:(BOOL)success {
171168
// Update UserDefaults in case odmInfo was processed successfully.
172169
if (success) {
173170
[ADJUserDefaults setGoogleOdmInfoProcessed];
174-
[self.logger warn:@"GoogleAdsOnDeviceConversion info has been processed"];
171+
[self.logger verbose:@"GoogleAdsOnDeviceConversion info has been processed"];
175172
}
176173
});
177174
}
@@ -181,7 +178,7 @@ - (void)completeProcessingOdmInfoWithSuccess:(BOOL)success {
181178
+ (BOOL)isOdmPluginAvailable {
182179
Class odmPluginClass = NSClassFromString(@"ADJOdmPlugin");
183180
if (odmPluginClass == nil) {
184-
[[ADJAdjustFactory logger] error:@"ADJOdmPlugin class not found"];
181+
[[ADJAdjustFactory logger] verbose:@"ADJOdmPlugin class not found"];
185182
return NO;
186183
}
187184

Adjust/Internal/ADJUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
static NSRegularExpression *goLinkUniversalLinkRegex = nil;
3232
static NSRegularExpression *excludedDeeplinkRegex = nil;
3333

34-
static NSString * const kClientSdk = @"ios5.4.4";
34+
static NSString * const kClientSdk = @"ios5.4.5";
3535
static NSString * const kDeeplinkParam = @"deep_link=";
3636
static NSString * const kSchemeDelimiter = @"://";
3737
static NSString * const kDefaultScheme = @"AdjustUniversalScheme";

AdjustBridge/AdjustBridgeRegister.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function canSend(okCheck, errReason) {
176176
if (this.sdkPrefix) {
177177
return this.sdkPrefix;
178178
} else {
179-
return 'web-bridge5.4.4';
179+
return 'web-bridge5.4.5';
180180
}
181181
},
182182

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 5.4.5 (26th September 2025)
2+
#### Fixed
3+
- Updated the Swift Package Manager dependency constraint for `GoogleAdsOnDeviceConversion` to ensure compatibility with version 3.x.x (https://github.com/adjust/ios_sdk/issues/773).
4+
5+
---
6+
17
### Version 5.4.4 (25th August 2025)
28
#### Added
39
- Added support for processing deferred deep links in session responses.

Carthage/AdjustSdk-Dynamic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iOS-tvOS-Dynamic-5.4.5.xcframework.zip",
23
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iOS-tvOS-Dynamic-5.4.4.xcframework.zip",
34
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iOS-tvOS-Dynamic-5.4.3.xcframework.zip",
45
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iOS-tvOS-Dynamic-5.4.2.xcframework.zip",

Carthage/AdjustSdk-Static.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iOS-tvOS-Static-5.4.5.xcframework.zip",
23
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iOS-tvOS-Static-5.4.4.xcframework.zip",
34
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iOS-tvOS-Static-5.4.3.xcframework.zip",
45
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iOS-tvOS-Static-5.4.2.xcframework.zip",

Carthage/AdjustSdkIm-Dynamic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iMessage-Dynamic-5.4.5.xcframework.zip",
23
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iMessage-Dynamic-5.4.4.xcframework.zip",
34
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iMessage-Dynamic-5.4.3.xcframework.zip",
45
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iMessage-Dynamic-5.4.2.xcframework.zip",

Carthage/AdjustSdkIm-Static.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iMessage-Static-5.4.5.xcframework.zip",
23
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iMessage-Static-5.4.4.xcframework.zip",
34
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iMessage-Static-5.4.3.xcframework.zip",
45
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iMessage-Static-5.4.2.xcframework.zip",

0 commit comments

Comments
 (0)