Skip to content

Commit

Permalink
fix: transfer intercepted Identify's on user identity change (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-fiedler authored Feb 21, 2023
1 parent 060b22f commit 3279b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Amplitude/AMPIdentifyInterceptor.m
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ - (void)scheduleTransfer {
}
}

// Transfers all intercepted Identify's as a single Identify to (non-intercepted) Identify storage
- (void)transferInterceptedIdentify {
NSMutableDictionary *interceptedIdentify = [self getCombinedInterceptedIdentify];
if (interceptedIdentify != nil) {
Expand Down

0 comments on commit 3279b78

Please sign in to comment.