diff --git a/native/ios/Comm/CommIOSNotifications/CommIOSNotifications.mm b/native/ios/Comm/CommIOSNotifications/CommIOSNotifications.mm --- a/native/ios/Comm/CommIOSNotifications/CommIOSNotifications.mm +++ b/native/ios/Comm/CommIOSNotifications/CommIOSNotifications.mm @@ -368,8 +368,8 @@ }]; // Push opened remote notifications - NSDictionary *openedRemoteNotification = [_bridge.launchOptions - objectForKey:UIApplicationLaunchOptionsRemoteNotificationKey]; + NSDictionary *openedRemoteNotification = + CommIOSNotificationsBridgeQueue.sharedInstance.openedRemoteNotification; if (openedRemoteNotification) { CommIOSNotificationsBridgeQueue.sharedInstance.openedRemoteNotification = nil;