Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adjust.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Adjust"
s.module_name = "AdjustSdk"
s.version = "5.4.4"
s.version = "5.4.5"
s.summary = "This is the iOS SDK of Adjust. You can read more about it at https://adjust.com."
s.homepage = "https://github.com/adjust/ios_sdk"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion Adjust/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Adjust.h
// Adjust SDK
//
// V5.4.4
// V5.4.5
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
// Copyright (c) 2012-Present Adjust GmbH. All rights reserved.
//
Expand Down
9 changes: 3 additions & 6 deletions Adjust/Internal/ADJOdmManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ - (id _Nullable)initIfPluginAvailbleAndFetchOdmData {
[_logger verbose:@"GoogleAdsOnDeviceConversion framework version %@ successfully found in the app", [ADJOdmManager odmFrameworkVersion]];
isOdmAvailable = YES;
} else {
[_logger warn:@"%@", error];
[_logger warn:@"ADJOdmPlugin can not be initialized"];
[_logger error:@"ADJOdmPlugin can not be initialized. Error: %@", error];
}
} else {
[_logger warn:@"ADJOdmPlugin can not be initialized"];
}

if (!isOdmAvailable) {
Expand Down Expand Up @@ -171,7 +168,7 @@ - (void)completeProcessingOdmInfoWithSuccess:(BOOL)success {
// Update UserDefaults in case odmInfo was processed successfully.
if (success) {
[ADJUserDefaults setGoogleOdmInfoProcessed];
[self.logger warn:@"GoogleAdsOnDeviceConversion info has been processed"];
[self.logger verbose:@"GoogleAdsOnDeviceConversion info has been processed"];
}
});
}
Expand All @@ -181,7 +178,7 @@ - (void)completeProcessingOdmInfoWithSuccess:(BOOL)success {
+ (BOOL)isOdmPluginAvailable {
Class odmPluginClass = NSClassFromString(@"ADJOdmPlugin");
if (odmPluginClass == nil) {
[[ADJAdjustFactory logger] error:@"ADJOdmPlugin class not found"];
[[ADJAdjustFactory logger] verbose:@"ADJOdmPlugin class not found"];
return NO;
}

Expand Down
2 changes: 1 addition & 1 deletion Adjust/Internal/ADJUtil.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
static NSRegularExpression *goLinkUniversalLinkRegex = nil;
static NSRegularExpression *excludedDeeplinkRegex = nil;

static NSString * const kClientSdk = @"ios5.4.4";
static NSString * const kClientSdk = @"ios5.4.5";
static NSString * const kDeeplinkParam = @"deep_link=";
static NSString * const kSchemeDelimiter = @"://";
static NSString * const kDefaultScheme = @"AdjustUniversalScheme";
Expand Down
2 changes: 1 addition & 1 deletion AdjustBridge/AdjustBridgeRegister.m
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function canSend(okCheck, errReason) {
if (this.sdkPrefix) {
return this.sdkPrefix;
} else {
return 'web-bridge5.4.4';
return 'web-bridge5.4.5';
}
},

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 5.4.5 (26th September 2025)
#### Fixed
- 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).

---

### Version 5.4.4 (25th August 2025)
#### Added
- Added support for processing deferred deep links in session responses.
Expand Down
1 change: 1 addition & 0 deletions Carthage/AdjustSdk-Dynamic.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iOS-tvOS-Dynamic-5.4.5.xcframework.zip",
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iOS-tvOS-Dynamic-5.4.4.xcframework.zip",
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iOS-tvOS-Dynamic-5.4.3.xcframework.zip",
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iOS-tvOS-Dynamic-5.4.2.xcframework.zip",
Expand Down
1 change: 1 addition & 0 deletions Carthage/AdjustSdk-Static.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iOS-tvOS-Static-5.4.5.xcframework.zip",
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iOS-tvOS-Static-5.4.4.xcframework.zip",
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iOS-tvOS-Static-5.4.3.xcframework.zip",
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iOS-tvOS-Static-5.4.2.xcframework.zip",
Expand Down
1 change: 1 addition & 0 deletions Carthage/AdjustSdkIm-Dynamic.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iMessage-Dynamic-5.4.5.xcframework.zip",
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iMessage-Dynamic-5.4.4.xcframework.zip",
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iMessage-Dynamic-5.4.3.xcframework.zip",
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iMessage-Dynamic-5.4.2.xcframework.zip",
Expand Down
1 change: 1 addition & 0 deletions Carthage/AdjustSdkIm-Static.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-iMessage-Static-5.4.5.xcframework.zip",
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-iMessage-Static-5.4.4.xcframework.zip",
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-iMessage-Static-5.4.3.xcframework.zip",
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-iMessage-Static-5.4.2.xcframework.zip",
Expand Down
1 change: 1 addition & 0 deletions Carthage/AdjustSdkWebBridge-Dynamic.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-WebBridge-Dynamic-5.4.5.xcframework.zip",
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-WebBridge-Dynamic-5.4.4.xcframework.zip",
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-WebBridge-Dynamic-5.4.3.xcframework.zip",
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-WebBridge-Dynamic-5.4.2.xcframework.zip",
Expand Down
1 change: 1 addition & 0 deletions Carthage/AdjustSdkWebBridge-Static.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"5.4.5": "https://github.com/adjust/ios_sdk/releases/download/v5.4.5/AdjustSdk-WebBridge-Static-5.4.5.xcframework.zip",
"5.4.4": "https://github.com/adjust/ios_sdk/releases/download/v5.4.4/AdjustSdk-WebBridge-Static-5.4.4.xcframework.zip",
"5.4.3": "https://github.com/adjust/ios_sdk/releases/download/v5.4.3/AdjustSdk-WebBridge-Static-5.4.3.xcframework.zip",
"5.4.2": "https://github.com/adjust/ios_sdk/releases/download/v5.4.2/AdjustSdk-WebBridge-Static-5.4.2.xcframework.zip",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
),
.package(
url: "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk.git",
from: "2.0.0"
"2.0.0"..<"4.0.0"
)
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.4
5.4.5
5 changes: 5 additions & 0 deletions scripts/carthage_xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ echo "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x8
echo 'EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_'${CURRENT_XCODE_VERSION}' = $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_$(XCODE_VERSION_MAJOR)__BUILD_$(XCODE_PRODUCT_BUILD_VERSION))' >> $xcconfig
echo 'EXCLUDED_ARCHS = $(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))' >> $xcconfig

# Generic fallbacks to handle newer Xcode versions.
# Always exclude arm64 from simulator SDKs to avoid fat binary conflicts when merging device (arm64) and simulator slices.
echo 'EXCLUDED_ARCHS[sdk=iphonesimulator*] = $(inherited) arm64' >> $xcconfig
echo 'EXCLUDED_ARCHS[sdk=appletvsimulator*] = $(inherited) arm64' >> $xcconfig

export XCODE_XCCONFIG_FILE="$xcconfig"
carthage "$@"