Skip to content

Commit 63e2726

Browse files
committed
build: update native libraries
1 parent 15261ec commit 63e2726

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed
308 Bytes
Binary file not shown.

Assets/Adjust/iOS/ADJConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
/**
167167
* @brief Enables/disables reading of iAd framework data needed for ASA tracking.
168168
*/
169-
@property (nonatomic, assign) BOOL allowiAdInfoReading;
169+
@property (nonatomic, assign) BOOL allowiAdInfoReading DEPRECATED_MSG_ATTRIBUTE("Apple Search Ads attribution with usage of iAd.framework has been sunset by Apple as of February 7th 2023");
170170

171171
/**
172172
* @brief Enables/disables reading of AdServices framework data needed for attribution.

Assets/Adjust/iOS/Adjust.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust SDK
44
//
5-
// V4.33.2
5+
// V4.33.4
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//
@@ -28,7 +28,6 @@
2828
@property (nonatomic, assign) BOOL teardown;
2929
@property (nonatomic, assign) BOOL deleteState;
3030
@property (nonatomic, assign) BOOL noBackoffWait;
31-
@property (nonatomic, assign) BOOL iAdFrameworkEnabled;
3231
@property (nonatomic, assign) BOOL adServicesFrameworkEnabled;
3332
@property (nonatomic, assign) BOOL enableSigning;
3433
@property (nonatomic, assign) BOOL disableSigning;

Assets/Adjust/iOS/AdjustSdk.a

-232 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)