Hello everyone,
I am facing an issue with Intercom Push Notification when it is a cold start (App is terminated, you receive a Push Notification and this notification will wake the App). While testing on Simulator that, if i am running my app from Xcode, terminate the App (on Simulator, not on Xcode), send a message to my test user, wait the push notification, receive it, tap on it but when i tap on it, Intercom Messenger does not opens the modal chat, it keeps me on my WorkListView (WorkList is a subview of RootView, that appears after SplashViews finish animation and transit to WorkListView).
I have already made installation (API Key, API ID and Push Notifications are enabled on Settings > Channel > Messenger > Install > Install for Mobiles), Apple Developer is already configured, when i open the Messenger on my App, i can send and receive messages. When App is open but in background i am able to receive and wake the app in the correct modal Intercom window chat, but only the cold start is not opening in the Modal Window Chat when Push Notification is tapped when App is terminated (not open on iOS)
Here is a little of the architecture of my App:

Simulator: iPhone 17 Pro with iOS 26
Intercom dependency version: 19.5.1
Issue is similar to (at least, the title):
and (at least, the title):
The Info.plist of the App has Push Notifications (IntercomAutoIntegratePushNotifications = NO), Remote Notifications, also Camera and Microphone (this both is not interesting but just saying i have it enabled)
Push Notifications capability is enabled also app has the entitlement file
FYI: I have a legacy App written in Obj-c. It was updated to version 19.4.1 some time ago. Cold start on this legacy app is working fine. I tested, just in case, use version 19.4.1 in the problematic SwiftUI App presenting the cold start problem but did not worked too.