Skip to content

Commit 686d8c7

Browse files
authored
Merge pull request #286 from adjust/v4114
V4114
2 parents a90e8a2 + a6fa9aa commit 686d8c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+743
-148
lines changed

Adjust.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
3-
s.version = "4.11.3"
3+
s.version = "4.11.4"
44
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55
s.homepage = "https://github.com/adjust/ios_sdk"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Christian Wellenbrock" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.11.3" }
8+
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.11.4" }
99
s.ios.deployment_target = '6.0'
1010
s.tvos.deployment_target = '9.0'
1111
s.framework = 'SystemConfiguration'

Adjust.xcodeproj/project.pbxproj

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@
134134
96FDD75E1C566C38009C402E /* NSURLSession+NSURLDataWithRequestMocking.m in Sources */ = {isa = PBXBuildFile; fileRef = 96FDD75D1C566C38009C402E /* NSURLSession+NSURLDataWithRequestMocking.m */; };
135135
9D0C7D3F1D79B3FE009DDF4E /* ADJInitState.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0C7D3E1D79B3FE009DDF4E /* ADJInitState.m */; };
136136
9D363AC31BDA50FA00B47FE9 /* ADJLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E5E37318BBB48A008E7B30 /* ADJLogger.h */; settings = {ATTRIBUTES = (Public, ); }; };
137+
9D7431EA1EB9F9B700969F14 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7431E91EB9F9B700969F14 /* main.m */; };
138+
9D7431ED1EB9F9B700969F14 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7431EC1EB9F9B700969F14 /* AppDelegate.m */; };
139+
9D7431F01EB9F9B700969F14 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7431EF1EB9F9B700969F14 /* ViewController.m */; };
140+
9D7431F31EB9F9B700969F14 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9D7431F11EB9F9B700969F14 /* Main.storyboard */; };
141+
9D7431F51EB9F9B700969F14 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D7431F41EB9F9B700969F14 /* Assets.xcassets */; };
142+
9D7431F81EB9F9B700969F14 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9D7431F61EB9F9B700969F14 /* LaunchScreen.storyboard */; };
137143
9DB457B01D743704004D69E8 /* ADJBackoffStrategy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF9C8DF1D6F3CA5008E362F /* ADJBackoffStrategy.m */; };
138144
9DB457B11D743704004D69E8 /* ADJSdkClickHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF9C8F71D6F3CA5008E362F /* ADJSdkClickHandler.m */; };
139145
9DCAE04B1E5334F4009DD542 /* ADJConnectionValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCAE0491E5334F4009DD542 /* ADJConnectionValidator.h */; };
@@ -324,6 +330,13 @@
324330
remoteGlobalIDString = 9D1082A41CFDAF8E0050568B;
325331
remoteInfo = "AdjustExample-WebView";
326332
};
333+
9D7432041EB9F9CF00969F14 /* PBXContainerItemProxy */ = {
334+
isa = PBXContainerItemProxy;
335+
containerPortal = 9679920518BBAE2800394606 /* Project object */;
336+
proxyType = 1;
337+
remoteGlobalIDString = 9D7431E51EB9F9B700969F14;
338+
remoteInfo = AdjustExampleTests;
339+
};
327340
9DE7C8FF1AE68EF1001556E5 /* PBXContainerItemProxy */ = {
328341
isa = PBXContainerItemProxy;
329342
containerPortal = 9679920518BBAE2800394606 /* Project object */;
@@ -492,6 +505,16 @@
492505
9D449DBF1E6ED23900E7E80B /* AdjustExample-Swift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-Swift.xcodeproj"; path = "examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj"; sourceTree = "<group>"; };
493506
9D449DC51E6ED24000E7E80B /* AdjustExample-tvOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-tvOS.xcodeproj"; path = "examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj"; sourceTree = "<group>"; };
494507
9D449DCB1E6ED24400E7E80B /* AdjustExample-WebView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-WebView.xcodeproj"; path = "examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj"; sourceTree = "<group>"; };
508+
9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdjustExampleTests.app; sourceTree = BUILT_PRODUCTS_DIR; };
509+
9D7431E91EB9F9B700969F14 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
510+
9D7431EB1EB9F9B700969F14 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
511+
9D7431EC1EB9F9B700969F14 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
512+
9D7431EE1EB9F9B700969F14 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
513+
9D7431EF1EB9F9B700969F14 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
514+
9D7431F21EB9F9B700969F14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
515+
9D7431F41EB9F9B700969F14 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
516+
9D7431F71EB9F9B700969F14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
517+
9D7431F91EB9F9B700969F14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
495518
9D75F1841D07460600E5D222 /* adjust_config.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = adjust_config.js; sourceTree = "<group>"; };
496519
9D75F1851D07460600E5D222 /* adjust_event.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = adjust_event.js; sourceTree = "<group>"; };
497520
9D75F1861D07460600E5D222 /* adjust.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = adjust.js; sourceTree = "<group>"; };
@@ -669,6 +692,13 @@
669692
);
670693
runOnlyForDeploymentPostprocessing = 0;
671694
};
695+
9D7431E31EB9F9B700969F14 /* Frameworks */ = {
696+
isa = PBXFrameworksBuildPhase;
697+
buildActionMask = 2147483647;
698+
files = (
699+
);
700+
runOnlyForDeploymentPostprocessing = 0;
701+
};
672702
9DFA37A91C0F219400782607 /* Frameworks */ = {
673703
isa = PBXFrameworksBuildPhase;
674704
buildActionMask = 2147483647;
@@ -738,6 +768,7 @@
738768
9DFA37AD1C0F219400782607 /* AdjustSdk.framework */,
739769
9615158F1CD2CB2C0022D336 /* libAdjustBridge.a */,
740770
9DFB06101D747070006D48FC /* AdjustSdkTv.framework */,
771+
9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */,
741772
);
742773
name = Products;
743774
sourceTree = "<group>";
@@ -838,6 +869,7 @@
838869
96E5E39A18BBB49E008E7B30 /* AdjustTests */ = {
839870
isa = PBXGroup;
840871
children = (
872+
9D7431E71EB9F9B700969F14 /* AdjustExampleTests */,
841873
96E5E39B18BBB49E008E7B30 /* Adjust-Prefix.pch */,
842874
96E5E39C18BBB49E008E7B30 /* AdjustTests-Info.plist */,
843875
96E5E39D18BBB49E008E7B30 /* ADJActivityHandlerMock.h */,
@@ -942,6 +974,31 @@
942974
name = Products;
943975
sourceTree = "<group>";
944976
};
977+
9D7431E71EB9F9B700969F14 /* AdjustExampleTests */ = {
978+
isa = PBXGroup;
979+
children = (
980+
9D7431EB1EB9F9B700969F14 /* AppDelegate.h */,
981+
9D7431EC1EB9F9B700969F14 /* AppDelegate.m */,
982+
9D7431EE1EB9F9B700969F14 /* ViewController.h */,
983+
9D7431EF1EB9F9B700969F14 /* ViewController.m */,
984+
9D7431F11EB9F9B700969F14 /* Main.storyboard */,
985+
9D7431F41EB9F9B700969F14 /* Assets.xcassets */,
986+
9D7431F61EB9F9B700969F14 /* LaunchScreen.storyboard */,
987+
9D7431F91EB9F9B700969F14 /* Info.plist */,
988+
9D7431E81EB9F9B700969F14 /* Supporting Files */,
989+
);
990+
name = AdjustExampleTests;
991+
path = ../AdjustExampleTests;
992+
sourceTree = "<group>";
993+
};
994+
9D7431E81EB9F9B700969F14 /* Supporting Files */ = {
995+
isa = PBXGroup;
996+
children = (
997+
9D7431E91EB9F9B700969F14 /* main.m */,
998+
);
999+
name = "Supporting Files";
1000+
sourceTree = "<group>";
1001+
};
9451002
9DF9C8C81D6F3CA5008E362F /* Adjust */ = {
9461003
isa = PBXGroup;
9471004
children = (
@@ -1295,12 +1352,30 @@
12951352
);
12961353
dependencies = (
12971354
9679922418BBAE2800394606 /* PBXTargetDependency */,
1355+
9D7432051EB9F9CF00969F14 /* PBXTargetDependency */,
12981356
);
12991357
name = AdjustTests;
13001358
productName = AdjustTests;
13011359
productReference = 9679921D18BBAE2800394606 /* AdjustTests.xctest */;
13021360
productType = "com.apple.product-type.bundle.unit-test";
13031361
};
1362+
9D7431E51EB9F9B700969F14 /* AdjustExampleTests */ = {
1363+
isa = PBXNativeTarget;
1364+
buildConfigurationList = 9D7432031EB9F9B700969F14 /* Build configuration list for PBXNativeTarget "AdjustExampleTests" */;
1365+
buildPhases = (
1366+
9D7431E21EB9F9B700969F14 /* Sources */,
1367+
9D7431E31EB9F9B700969F14 /* Frameworks */,
1368+
9D7431E41EB9F9B700969F14 /* Resources */,
1369+
);
1370+
buildRules = (
1371+
);
1372+
dependencies = (
1373+
);
1374+
name = AdjustExampleTests;
1375+
productName = AdjustExampleTests;
1376+
productReference = 9D7431E61EB9F9B700969F14 /* AdjustExampleTests.app */;
1377+
productType = "com.apple.product-type.application";
1378+
};
13041379
9DFA37AC1C0F219400782607 /* AdjustSdk */ = {
13051380
isa = PBXNativeTarget;
13061381
buildConfigurationList = 9DFA37B21C0F219400782607 /* Build configuration list for PBXNativeTarget "AdjustSdk" */;
@@ -1351,9 +1426,17 @@
13511426
9615158E1CD2CB2C0022D336 = {
13521427
CreatedOnToolsVersion = 7.3.1;
13531428
};
1429+
9679921C18BBAE2800394606 = {
1430+
TestTargetID = 9D7431E51EB9F9B700969F14;
1431+
};
13541432
96BCFBE71AC99FBD005A65C5 = {
13551433
CreatedOnToolsVersion = 6.2;
13561434
};
1435+
9D7431E51EB9F9B700969F14 = {
1436+
CreatedOnToolsVersion = 8.3.2;
1437+
DevelopmentTeam = QGUGW9AUMK;
1438+
ProvisioningStyle = Automatic;
1439+
};
13571440
9DFA37AC1C0F219400782607 = {
13581441
CreatedOnToolsVersion = 7.1.1;
13591442
};
@@ -1368,6 +1451,7 @@
13681451
hasScannedForEncodings = 0;
13691452
knownRegions = (
13701453
en,
1454+
Base,
13711455
);
13721456
mainGroup = 9679920418BBAE2800394606;
13731457
productRefGroup = 9679920E18BBAE2800394606 /* Products */;
@@ -1402,6 +1486,7 @@
14021486
96BCFBE71AC99FBD005A65C5 /* AdjustStatic */,
14031487
9615158E1CD2CB2C0022D336 /* AdjustBridge */,
14041488
9679921C18BBAE2800394606 /* AdjustTests */,
1489+
9D7431E51EB9F9B700969F14 /* AdjustExampleTests */,
14051490
);
14061491
};
14071492
/* End PBXProject section */
@@ -1467,6 +1552,16 @@
14671552
);
14681553
runOnlyForDeploymentPostprocessing = 0;
14691554
};
1555+
9D7431E41EB9F9B700969F14 /* Resources */ = {
1556+
isa = PBXResourcesBuildPhase;
1557+
buildActionMask = 2147483647;
1558+
files = (
1559+
9D7431F81EB9F9B700969F14 /* LaunchScreen.storyboard in Resources */,
1560+
9D7431F51EB9F9B700969F14 /* Assets.xcassets in Resources */,
1561+
9D7431F31EB9F9B700969F14 /* Main.storyboard in Resources */,
1562+
);
1563+
runOnlyForDeploymentPostprocessing = 0;
1564+
};
14701565
9DFA37AB1C0F219400782607 /* Resources */ = {
14711566
isa = PBXResourcesBuildPhase;
14721567
buildActionMask = 2147483647;
@@ -1631,6 +1726,16 @@
16311726
);
16321727
runOnlyForDeploymentPostprocessing = 0;
16331728
};
1729+
9D7431E21EB9F9B700969F14 /* Sources */ = {
1730+
isa = PBXSourcesBuildPhase;
1731+
buildActionMask = 2147483647;
1732+
files = (
1733+
9D7431F01EB9F9B700969F14 /* ViewController.m in Sources */,
1734+
9D7431ED1EB9F9B700969F14 /* AppDelegate.m in Sources */,
1735+
9D7431EA1EB9F9B700969F14 /* main.m in Sources */,
1736+
);
1737+
runOnlyForDeploymentPostprocessing = 0;
1738+
};
16341739
9DFA37A81C0F219400782607 /* Sources */ = {
16351740
isa = PBXSourcesBuildPhase;
16361741
buildActionMask = 2147483647;
@@ -1717,6 +1822,11 @@
17171822
target = 9679920C18BBAE2800394606 /* Adjust */;
17181823
targetProxy = 9679922318BBAE2800394606 /* PBXContainerItemProxy */;
17191824
};
1825+
9D7432051EB9F9CF00969F14 /* PBXTargetDependency */ = {
1826+
isa = PBXTargetDependency;
1827+
target = 9D7431E51EB9F9B700969F14 /* AdjustExampleTests */;
1828+
targetProxy = 9D7432041EB9F9CF00969F14 /* PBXContainerItemProxy */;
1829+
};
17201830
9DE7C9001AE68EF1001556E5 /* PBXTargetDependency */ = {
17211831
isa = PBXTargetDependency;
17221832
target = 9679920C18BBAE2800394606 /* Adjust */;
@@ -1733,6 +1843,22 @@
17331843
name = InfoPlist.strings;
17341844
sourceTree = "<group>";
17351845
};
1846+
9D7431F11EB9F9B700969F14 /* Main.storyboard */ = {
1847+
isa = PBXVariantGroup;
1848+
children = (
1849+
9D7431F21EB9F9B700969F14 /* Base */,
1850+
);
1851+
name = Main.storyboard;
1852+
sourceTree = "<group>";
1853+
};
1854+
9D7431F61EB9F9B700969F14 /* LaunchScreen.storyboard */ = {
1855+
isa = PBXVariantGroup;
1856+
children = (
1857+
9D7431F71EB9F9B700969F14 /* Base */,
1858+
);
1859+
name = LaunchScreen.storyboard;
1860+
sourceTree = "<group>";
1861+
};
17361862
/* End PBXVariantGroup section */
17371863

17381864
/* Begin XCBuildConfiguration section */
@@ -1918,10 +2044,12 @@
19182044
"$(inherited)",
19192045
);
19202046
INFOPLIST_FILE = "AdjustTests/AdjustTests-Info.plist";
2047+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
19212048
ONLY_ACTIVE_ARCH = NO;
19222049
OTHER_CFLAGS = "";
19232050
PRODUCT_BUNDLE_IDENTIFIER = "adjust.${PRODUCT_NAME:rfc1034identifier}";
19242051
PRODUCT_NAME = "$(TARGET_NAME)";
2052+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AdjustExampleTests.app/AdjustExampleTests";
19252053
WRAPPER_EXTENSION = xctest;
19262054
};
19272055
name = Debug;
@@ -1936,9 +2064,11 @@
19362064
GCC_PRECOMPILE_PREFIX_HEADER = YES;
19372065
GCC_PREFIX_HEADER = "AdjustTests/Adjust-Prefix.pch";
19382066
INFOPLIST_FILE = "AdjustTests/AdjustTests-Info.plist";
2067+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
19392068
OTHER_CFLAGS = "";
19402069
PRODUCT_BUNDLE_IDENTIFIER = "adjust.${PRODUCT_NAME:rfc1034identifier}";
19412070
PRODUCT_NAME = "$(TARGET_NAME)";
2071+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AdjustExampleTests.app/AdjustExampleTests";
19422072
WRAPPER_EXTENSION = xctest;
19432073
};
19442074
name = Release;
@@ -1959,6 +2089,46 @@
19592089
};
19602090
name = Release;
19612091
};
2092+
9D7431FA1EB9F9B700969F14 /* Debug */ = {
2093+
isa = XCBuildConfiguration;
2094+
buildSettings = {
2095+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2096+
CLANG_ANALYZER_NONNULL = YES;
2097+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2098+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
2099+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2100+
DEBUG_INFORMATION_FORMAT = dwarf;
2101+
DEVELOPMENT_TEAM = QGUGW9AUMK;
2102+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2103+
INFOPLIST_FILE = AdjustExampleTests/Info.plist;
2104+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
2105+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
2106+
MTL_ENABLE_DEBUG_INFO = YES;
2107+
PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples;
2108+
PRODUCT_NAME = "$(TARGET_NAME)";
2109+
};
2110+
name = Debug;
2111+
};
2112+
9D7431FB1EB9F9B700969F14 /* Release */ = {
2113+
isa = XCBuildConfiguration;
2114+
buildSettings = {
2115+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2116+
CLANG_ANALYZER_NONNULL = YES;
2117+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2118+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
2119+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2120+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2121+
DEVELOPMENT_TEAM = QGUGW9AUMK;
2122+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2123+
INFOPLIST_FILE = AdjustExampleTests/Info.plist;
2124+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
2125+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
2126+
MTL_ENABLE_DEBUG_INFO = NO;
2127+
PRODUCT_BUNDLE_IDENTIFIER = com.adjust.examples;
2128+
PRODUCT_NAME = "$(TARGET_NAME)";
2129+
};
2130+
name = Release;
2131+
};
19622132
9DFA37B31C0F219400782607 /* Debug */ = {
19632133
isa = XCBuildConfiguration;
19642134
buildSettings = {
@@ -2129,6 +2299,15 @@
21292299
defaultConfigurationIsVisible = 0;
21302300
defaultConfigurationName = Release;
21312301
};
2302+
9D7432031EB9F9B700969F14 /* Build configuration list for PBXNativeTarget "AdjustExampleTests" */ = {
2303+
isa = XCConfigurationList;
2304+
buildConfigurations = (
2305+
9D7431FA1EB9F9B700969F14 /* Debug */,
2306+
9D7431FB1EB9F9B700969F14 /* Release */,
2307+
);
2308+
defaultConfigurationIsVisible = 0;
2309+
defaultConfigurationName = Release;
2310+
};
21322311
9DFA37B21C0F219400782607 /* Build configuration list for PBXNativeTarget "AdjustSdk" */ = {
21332312
isa = XCConfigurationList;
21342313
buildConfigurations = (

Adjust/ADJActivityHandler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ sessionParametersActionsArray:(NSArray*)sessionParametersActionsArray
5252
- (void)finishedTracking:(ADJResponseData *)responseData;
5353
- (void)launchEventResponseTasks:(ADJEventResponseData *)eventResponseData;
5454
- (void)launchSessionResponseTasks:(ADJSessionResponseData *)sessionResponseData;
55+
- (void)launchSdkClickResponseTasks:(ADJSdkClickResponseData *)sdkClickResponseData;
5556
- (void)launchAttributionResponseTasks:(ADJAttributionResponseData *)attributionResponseData;
5657
- (void)setEnabled:(BOOL)enabled;
5758
- (BOOL)isEnabled;

0 commit comments

Comments
 (0)