From 2d124ec089aa8625b8acb1c3360349903c4a6af4 Mon Sep 17 00:00:00 2001 From: Brandon Stalnaker <33703490+BrandonStalnaker@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:11:29 -0400 Subject: [PATCH] fix: Record PushRegistration Correctly in UI (#280) --- mParticle-Apple-SDK/AppNotifications/MPAppNotificationHandler.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mParticle-Apple-SDK/AppNotifications/MPAppNotificationHandler.m b/mParticle-Apple-SDK/AppNotifications/MPAppNotificationHandler.m index 09dd05bb..1d5bec9a 100644 --- a/mParticle-Apple-SDK/AppNotifications/MPAppNotificationHandler.m +++ b/mParticle-Apple-SDK/AppNotifications/MPAppNotificationHandler.m @@ -105,7 +105,7 @@ - (void)didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken { event:nil parameters:queueParameters messageType:MPMessageTypePushRegistration - userInfo:nil + userInfo:@{@"state":@1} ]; }); }