We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b8633 commit 64507cdCopy full SHA for 64507cd
Sources/BranchSDK/BNCPreferenceHelper.m
@@ -826,8 +826,6 @@ - (void) setAdUserDataUsageConsent:(BOOL)hasConsent {
826
827
- (void) clearTrackingInformation {
828
@synchronized(self) {
829
- [[BranchLogger shared] logVerbose:[NSString stringWithFormat:@"clearTrackingInformation"] error:nil];
830
-
831
/*
832
// Don't clear these
833
self.randomizedDeviceToken = nil;
@@ -849,6 +847,7 @@ - (void) clearTrackingInformation {
849
847
self.userIdentity = nil;
850
848
self.referringURLQueryParameters = nil;
851
self.anonID = nil;
+ [[BranchLogger shared] logVerbose:[NSString stringWithFormat:@"Tracking information cleared"] error:nil];
852
}
853
854
0 commit comments