Skip to content

Commit 2c27aea

Browse files
committed
As discussed with team, now logout will not clear latest and first install referrers.
1 parent 564ffad commit 2c27aea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BranchSDK/Branch.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,6 @@ - (void)logoutWithCallback:(callbackWithStatus)callback {
10771077

10781078
// Removed stored values
10791079
self.preferenceHelper.userIdentity = nil;
1080-
self.preferenceHelper.sessionParams = nil;
10811080

10821081
if (callback) {
10831082
callback(YES, nil);

0 commit comments

Comments
 (0)