Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.15.0 #342

Merged
merged 27 commits into from
Aug 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2b49ddd
Consolidate WK and UI bridge register
nonelse Aug 3, 2018
a90a85d
Load adjust JS from register
nonelse Aug 3, 2018
617c565
Add fb pixel bridge
nonelse Aug 3, 2018
9d9267d
Create fb_pixel.md
nonelse Aug 3, 2018
4bb64bc
Update fb_pixel.md
nonelse Aug 3, 2018
c3fee09
Remove unecessary files and sections
nonelse Aug 3, 2018
bc1d9b6
Update logging
nonelse Aug 3, 2018
c6bd7eb
Update fb_pixel.md
hellomarne Aug 10, 2018
5976c21
Fire attribution request if none available after session tracking
uerceg Aug 17, 2018
1b3e8ef
Adding example app for Facebook Pixel integration
uerceg Aug 23, 2018
e2bb675
Update fb_pixel.md
uerceg Aug 23, 2018
77d4358
Small cleanup
uerceg Aug 23, 2018
fa888f0
Add event callback ID functionality
uerceg Aug 24, 2018
86381a3
Test app support for event callback ID
uerceg Aug 24, 2018
0ecf170
Fix fb example plist duplication
nonelse Aug 27, 2018
82f5c94
Add args to fb pixel search track
nonelse Aug 27, 2018
6a1fd3f
Refactor network package construction copying and removing parameters
nonelse Aug 28, 2018
b1b7bd4
Remove event_callback_id from packages sent
nonelse Aug 28, 2018
5fd201a
ADJUtil.m cleanup
uerceg Aug 29, 2018
0f213f6
Add callback id to web bridge
nonelse Aug 29, 2018
37e0e27
Replace response callbacks with wvjb handlers
nonelse Aug 30, 2018
ba4f9e5
New version 4.15.0
uerceg Aug 30, 2018
0303aca
Update CHANGELOG.md
uerceg Aug 30, 2018
b7560eb
Update README.md
uerceg Aug 30, 2018
8d97f60
Update CHANGELOG.md
uerceg Aug 30, 2018
b313358
Add more new version 4.15.0
nonelse Aug 31, 2018
c0aa59c
Update CHANGELOG.md
nonelse Aug 31, 2018
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
4 changes: 2 additions & 2 deletions Adjust.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Adjust"
s.version = "4.14.3"
s.version = "4.15.0"
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
s.homepage = "https://github.com/adjust/ios_sdk"
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
s.author = { "Christian Wellenbrock" => "welle@adjust.com" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.14.3" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.15.0" }
s.ios.deployment_target = '6.0'
s.tvos.deployment_target = '9.0'
s.framework = 'SystemConfiguration'
Expand Down
38 changes: 28 additions & 10 deletions Adjust.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

/* Begin PBXBuildFile section */
2067002A1F18BDC700B4FDE1 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9601C19C1A31DD7F00A9AE21 /* CoreTelephony.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
6FA69FD72101E00100FCD3B5 /* AdjustBridge_JS.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FA69FD62101E00100FCD3B5 /* AdjustBridge_JS.m */; };
6FCC85001F278CF300D6A0ED /* ADJReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FCC84F71F278CF300D6A0ED /* ADJReachability.m */; };
6FCC85011F278CF300D6A0ED /* ADJReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCC84F81F278CF300D6A0ED /* ADJReachability.h */; };
6FCC85041F27945E00D6A0ED /* ADJReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FCC85021F27944600D6A0ED /* ADJReachability.h */; };
Expand Down Expand Up @@ -211,12 +210,10 @@
9D0E2EAE210B575600133B4F /* AdjustBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0E2E5C210B575600133B4F /* AdjustBridge.m */; };
9D0E2EAF210B575600133B4F /* AdjustBridgeRegister.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E2E5D210B575600133B4F /* AdjustBridgeRegister.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D0E2EB0210B575600133B4F /* WebViewJavascriptBridgeBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0E2E5F210B575600133B4F /* WebViewJavascriptBridgeBase.m */; };
9D0E2EB1210B575600133B4F /* AdjustBridge_JS.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0E2E60210B575600133B4F /* AdjustBridge_JS.m */; };
9D0E2EB2210B575600133B4F /* WKWebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0E2E61210B575600133B4F /* WKWebViewJavascriptBridge.m */; };
9D0E2EB3210B575600133B4F /* WebViewJavascriptBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0E2E62210B575600133B4F /* WebViewJavascriptBridge.m */; };
9D0E2EB4210B575600133B4F /* WebViewJavascriptBridge_JS.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E2E63210B575600133B4F /* WebViewJavascriptBridge_JS.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D0E2EB5210B575600133B4F /* WebViewJavascriptBridgeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E2E64210B575600133B4F /* WebViewJavascriptBridgeBase.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D0E2EB6210B575600133B4F /* AdjustBridge_JS.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E2E65210B575600133B4F /* AdjustBridge_JS.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D0E2EB7210B575600133B4F /* WebViewJavascriptBridge_JS.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0E2E66210B575600133B4F /* WebViewJavascriptBridge_JS.m */; };
9D0E2EB8210B575600133B4F /* WebViewJavascriptBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E2E67210B575600133B4F /* WebViewJavascriptBridge.h */; settings = {ATTRIBUTES = (Public, ); }; };
9D0E2EB9210B575600133B4F /* WKWebViewJavascriptBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0E2E68210B575600133B4F /* WKWebViewJavascriptBridge.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -519,6 +516,13 @@
remoteGlobalIDString = 9D7431E51EB9F9B700969F14;
remoteInfo = AdjustExampleTests;
};
9D9D1551212EB3D00081445E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 9D9D154D212EB3D00081445E /* AdjustExample-FbPixel.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 9D9D152E212EB3920081445E;
remoteInfo = "AdjustExample-FbPixel";
};
9DE7C8FF1AE68EF1001556E5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 9679920518BBAE2800394606 /* Project object */;
Expand Down Expand Up @@ -553,8 +557,6 @@
/* Begin PBXFileReference section */
6F0842182007766700568A31 /* AdjustTestLibrary.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AdjustTestLibrary.xcodeproj; path = AdjustTestLibrary/AdjustTestLibrary.xcodeproj; sourceTree = "<group>"; };
6F084240200776A000568A31 /* AdjustTestApp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AdjustTestApp.xcodeproj; path = AdjustTestApp/AdjustTestApp.xcodeproj; sourceTree = "<group>"; };
6FA69FD52101E00100FCD3B5 /* AdjustBridge_JS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdjustBridge_JS.h; sourceTree = "<group>"; };
6FA69FD62101E00100FCD3B5 /* AdjustBridge_JS.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AdjustBridge_JS.m; sourceTree = "<group>"; };
6FCC84F71F278CF300D6A0ED /* ADJReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJReachability.m; sourceTree = "<group>"; };
6FCC84F81F278CF300D6A0ED /* ADJReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJReachability.h; sourceTree = "<group>"; };
6FCC85021F27944600D6A0ED /* ADJReachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ADJReachability.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -791,6 +793,7 @@
9D7431F41EB9F9B700969F14 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9D7431F71EB9F9B700969F14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
9D7431F91EB9F9B700969F14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9D9D154D212EB3D00081445E /* AdjustExample-FbPixel.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "AdjustExample-FbPixel.xcodeproj"; path = "examples/AdjustExample-FbPixel/AdjustExample-FbPixel.xcodeproj"; sourceTree = "<group>"; };
9DD0E9AC1F44690B00B2A759 /* ADJUserDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADJUserDefaults.h; sourceTree = "<group>"; };
9DD0E9AD1F44690B00B2A759 /* ADJUserDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADJUserDefaults.m; sourceTree = "<group>"; };
9DE354D22100726300D211C9 /* AdjustSdkIm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AdjustSdkIm.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -1152,8 +1155,6 @@
9648C5E51CD1765E00A3B049 /* WebViewJavascriptBridge */ = {
isa = PBXGroup;
children = (
6FA69FD52101E00100FCD3B5 /* AdjustBridge_JS.h */,
6FA69FD62101E00100FCD3B5 /* AdjustBridge_JS.m */,
9648C5E61CD1765E00A3B049 /* WebViewJavascriptBridge.h */,
9648C5E71CD1765E00A3B049 /* WebViewJavascriptBridge.m */,
9648C5E81CD1765E00A3B049 /* WebViewJavascriptBridge_JS.h */,
Expand Down Expand Up @@ -1441,6 +1442,7 @@
9D449DC51E6ED24000E7E80B /* AdjustExample-tvOS.xcodeproj */,
9D449DB31E6ED23400E7E80B /* AdjustExample-iWatch.xcodeproj */,
9D0167FE20FF88DE0029CFFF /* AdjustExample-iMessage.xcodeproj */,
9D9D154D212EB3D00081445E /* AdjustExample-FbPixel.xcodeproj */,
);
name = "Example Apps";
sourceTree = "<group>";
Expand Down Expand Up @@ -1511,6 +1513,14 @@
name = "Supporting Files";
sourceTree = "<group>";
};
9D9D154E212EB3D00081445E /* Products */ = {
isa = PBXGroup;
children = (
9D9D1552212EB3D00081445E /* AdjustExample-FbPixel.app */,
);
name = Products;
sourceTree = "<group>";
};
9DE354D32100726300D211C9 /* AdjustSdkIm */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1830,7 +1840,6 @@
9D0E2E06210B570600133B4F /* AdjustSdkWebBridge.h in Headers */,
9D0E2EBA210B575600133B4F /* AdjustBridge.h in Headers */,
9D0E2EAF210B575600133B4F /* AdjustBridgeRegister.h in Headers */,
9D0E2EB6210B575600133B4F /* AdjustBridge_JS.h in Headers */,
9D0E2EB8210B575600133B4F /* WebViewJavascriptBridge.h in Headers */,
9D0E2EB9210B575600133B4F /* WKWebViewJavascriptBridge.h in Headers */,
9D0E2EB4210B575600133B4F /* WebViewJavascriptBridge_JS.h in Headers */,
Expand Down Expand Up @@ -2191,6 +2200,10 @@
productRefGroup = 9679920E18BBAE2800394606 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 9D9D154E212EB3D00081445E /* Products */;
ProjectRef = 9D9D154D212EB3D00081445E /* AdjustExample-FbPixel.xcodeproj */;
},
{
ProductGroup = 9D0167FF20FF88DE0029CFFF /* Products */;
ProjectRef = 9D0167FE20FF88DE0029CFFF /* AdjustExample-iMessage.xcodeproj */;
Expand Down Expand Up @@ -2317,6 +2330,13 @@
remoteRef = 9D449DCF1E6ED24400E7E80B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
9D9D1552212EB3D00081445E /* AdjustExample-FbPixel.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = "AdjustExample-FbPixel.app";
remoteRef = 9D9D1551212EB3D00081445E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -2402,7 +2422,6 @@
961515A31CD2CB9D0022D336 /* WebViewJavascriptBridge.m in Sources */,
961515A41CD2CBA20022D336 /* WebViewJavascriptBridge_JS.m in Sources */,
961515A61CD2CBAC0022D336 /* WKWebViewJavascriptBridge.m in Sources */,
6FA69FD72101E00100FCD3B5 /* AdjustBridge_JS.m in Sources */,
961515A51CD2CBA80022D336 /* WebViewJavascriptBridgeBase.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -2512,7 +2531,6 @@
9D0E2E6D210B575600133B4F /* ADJTimerOnce.m in Sources */,
9D0E2E77210B575600133B4F /* ADJEvent.m in Sources */,
9D0E2E8D210B575600133B4F /* ADJConfig.m in Sources */,
9D0E2EB1210B575600133B4F /* AdjustBridge_JS.m in Sources */,
9D0E2E6E210B575600133B4F /* ADJAttributionHandler.m in Sources */,
9D0E2E87210B575600133B4F /* ADJBackoffStrategy.m in Sources */,
9D0E2EBB210B575600133B4F /* AdjustBridgeRegister.m in Sources */,
Expand Down
5 changes: 5 additions & 0 deletions Adjust/ADJActivityHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,11 @@ - (void)launchSessionResponseTasksI:(ADJActivityHandler *)selfI
withObject:sessionResponseData.attribution];
}

// if attribution didn't update and it's still null -> ask for attribution
if (selfI.attribution == nil && selfI.activityState.askingAttribution == NO) {
[selfI.attributionHandler getAttribution];
}

selfI.internalState.sessionResponseProcessed = YES;
}

Expand Down
2 changes: 1 addition & 1 deletion Adjust/ADJActivityPackage.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ @implementation ADJActivityPackage

- (NSString *)extendedString {
NSMutableString *builder = [NSMutableString string];
NSArray *excludedKeys = @[@"secret_id", @"app_secret"];
NSArray *excludedKeys = @[@"secret_id", @"app_secret", @"event_callback_id"];

[builder appendFormat:@"Path: %@\n", self.path];
[builder appendFormat:@"ClientSdk: %@\n", self.clientSdk];
Expand Down
13 changes: 13 additions & 0 deletions Adjust/ADJEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
*/
@property (nonatomic, copy, readonly, nonnull) NSString *transactionId;

/**
* @brief Custom user defined event ID.
*/
@property (nonatomic, copy, readonly, nonnull) NSString *callbackId;

/**
* @brief Currency value.
*/
Expand Down Expand Up @@ -106,6 +111,14 @@
*/
- (void)setTransactionId:(nonnull NSString *)transactionId;

/**
* @brief Set the custom user defined ID for the event which will be reported in
* success/failure callbacks.
*
* @param callbackId Custom user defined identifier for the event
*/
- (void)setCallbackId:(nonnull NSString *)callbackId;

/**
* @brief Check if created adjust event object is valid.
*
Expand Down
4 changes: 4 additions & 0 deletions Adjust/ADJEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ - (void) setTransactionId:(NSString *)transactionId {
_transactionId = transactionId;
}

- (void)setCallbackId:(NSString *)callbackId {
_callbackId = callbackId;
}

- (NSDictionary *) callbackParameters {
return (NSDictionary *) self.callbackMutableParameters;
}
Expand Down
5 changes: 5 additions & 0 deletions Adjust/ADJEventFailure.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
*/
@property (nonatomic, copy) NSString * eventToken;

/**
* @brief Event callback ID.
*/
@property (nonatomic, copy) NSString *callbackId;

/**
* @brief Information whether sending of the package will be retried or not.
*/
Expand Down
4 changes: 3 additions & 1 deletion Adjust/ADJEventFailure.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ - (id)copyWithZone:(NSZone *)zone {
copy.timeStamp = [self.timeStamp copyWithZone:zone];
copy.adid = [self.adid copyWithZone:zone];
copy.eventToken = [self.eventToken copyWithZone:zone];
copy.callbackId = [self.callbackId copyWithZone:zone];
copy.willRetry = self.willRetry;
copy.jsonResponse = [self.jsonResponse copyWithZone:zone];
}
Expand All @@ -46,11 +47,12 @@ - (id)copyWithZone:(NSZone *)zone {
#pragma mark - NSObject protocol methods

- (NSString *)description {
return [NSString stringWithFormat: @"Event Failure msg:%@ time:%@ adid:%@ event:%@ retry:%@ json:%@",
return [NSString stringWithFormat: @"Event Failure msg:%@ time:%@ adid:%@ event:%@ cid:%@, retry:%@ json:%@",
self.message,
self.timeStamp,
self.adid,
self.eventToken,
self.callbackId,
self.willRetry ? @"YES" : @"NO",
self.jsonResponse];
}
Expand Down
5 changes: 5 additions & 0 deletions Adjust/ADJEventSuccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
*/
@property (nonatomic, copy) NSString *eventToken;

/**
* @brief Event callback ID.
*/
@property (nonatomic, copy) NSString *callbackId;

/**
* @brief Backend response in JSON format.
*/
Expand Down
4 changes: 3 additions & 1 deletion Adjust/ADJEventSuccess.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ - (id)copyWithZone:(NSZone *)zone {
copy.timeStamp = [self.timeStamp copyWithZone:zone];
copy.adid = [self.adid copyWithZone:zone];
copy.eventToken = [self.eventToken copyWithZone:zone];
copy.callbackId = [self.callbackId copyWithZone:zone];
copy.jsonResponse = [self.jsonResponse copyWithZone:zone];
}

Expand All @@ -45,11 +46,12 @@ - (id)copyWithZone:(NSZone *)zone {
#pragma mark - NSObject protocol methods

- (NSString *)description {
return [NSString stringWithFormat: @"Event Success msg:%@ time:%@ adid:%@ event:%@ json:%@",
return [NSString stringWithFormat: @"Event Success msg:%@ time:%@ adid:%@ event:%@ cid:%@ json:%@",
self.message,
self.timeStamp,
self.adid,
self.eventToken,
self.callbackId,
self.jsonResponse];
}

Expand Down
1 change: 1 addition & 0 deletions Adjust/ADJPackageBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ - (ADJActivityPackage *)buildEventPackage:(ADJEvent *)event
[ADJPackageBuilder parameters:parameters setNumber:event.revenue forKey:@"revenue"];
[ADJPackageBuilder parameters:parameters setString:event.currency forKey:@"currency"];
[ADJPackageBuilder parameters:parameters setString:event.eventToken forKey:@"event_token"];
[ADJPackageBuilder parameters:parameters setString:event.callbackId forKey:@"event_callback_id"];

if (!isInDelay) {
NSDictionary *mergedCallbackParameters = [ADJUtil mergeParameters:self.sessionParameters.callbackParameters
Expand Down
2 changes: 2 additions & 0 deletions Adjust/ADJResponseData.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ typedef NS_ENUM(int, ADJTrackingState) {

@property (nonatomic, copy) NSString *eventToken;

@property (nonatomic, copy) NSString *callbackId;

- (ADJEventSuccess *)successResponseData;

- (ADJEventFailure *)failureResponseData;
Expand Down
3 changes: 3 additions & 0 deletions Adjust/ADJResponseData.m
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ - (id)initWithActivityPackage:(ADJActivityPackage *)activityPackage {
}

self.eventToken = [activityPackage.parameters objectForKey:@"event_token"];
self.callbackId = [activityPackage.parameters objectForKey:@"event_callback_id"];

return self;
}
Expand All @@ -156,6 +157,7 @@ - (ADJEventSuccess *)successResponseData {
successResponseData.timeStamp = self.timeStamp;
successResponseData.adid = self.adid;
successResponseData.eventToken = self.eventToken;
successResponseData.callbackId = self.callbackId;
successResponseData.jsonResponse = self.jsonResponse;

return successResponseData;
Expand All @@ -168,6 +170,7 @@ - (ADJEventFailure *)failureResponseData {
failureResponseData.timeStamp = self.timeStamp;
failureResponseData.adid = self.adid;
failureResponseData.eventToken = self.eventToken;
failureResponseData.callbackId = self.callbackId;
failureResponseData.willRetry = self.willRetry;
failureResponseData.jsonResponse = self.jsonResponse;

Expand Down
2 changes: 0 additions & 2 deletions Adjust/ADJUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ typedef void (^isInactiveInjected)(BOOL);

+ (NSNumber *)readReachabilityFlags;

+ (NSString *)extractAppSecret:(ADJActivityPackage *)activityPackage;

#if !TARGET_OS_TV
+ (NSString *)readMCC;

Expand Down
Loading