Skip to content

Commit

Permalink
fix: Push Registration events to show forwarded for kits (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmustafa-tse authored and BrandonStalnaker committed Oct 4, 2023
1 parent d8a79f1 commit 705e568
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -105,7 +105,7 @@ - (void)didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
[[MParticle sharedInstance].kitContainer forwardSDKCall:deviceTokenSelector
event:nil
parameters:queueParameters
messageType:MPMessageTypeUnknown
messageType:MPMessageTypePushRegistration
userInfo:nil
];
});
Expand Down

0 comments on commit 705e568

Please sign in to comment.