From 3279b787d531a474f70b833c36f52beafb3c7f18 Mon Sep 17 00:00:00 2001 From: Justin Fiedler Date: Tue, 21 Feb 2023 14:32:08 -0800 Subject: [PATCH] fix: transfer intercepted Identify's on user identity change (#427) --- Sources/Amplitude/AMPIdentifyInterceptor.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Amplitude/AMPIdentifyInterceptor.m b/Sources/Amplitude/AMPIdentifyInterceptor.m index fe47ff29..f6783e22 100644 --- a/Sources/Amplitude/AMPIdentifyInterceptor.m +++ b/Sources/Amplitude/AMPIdentifyInterceptor.m @@ -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) {