-
Hi guys! I have an issue regarding notifications when the app is closed (swiped out of the tray) on iOS. Basically, the notification is received and shown correctly, but it triggers a headless application process, which leads to a rather important issue. Basically, when you open the notification (click on it and open it) within around a minute and a half following reception, it brings the headless application in foreground (showing the splash screen) for approximatively 15 seconds to 1 minute and then it closes. But, if you wait around 1 minute and a half or more after the notification is received, it works as expected: it boots the app and navigates to the appropriate screen. What could cause this and how do I work around this? I'm aware that it's probably not directly related to this package, but it's part of its ecosystem, so I figured I would ask here. Let me know if I should post elsewhere! Thanks a lot for your efforts and your product,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi there! I have to be pedantic, please forgive me: "notification" == what? FCM? Can you show the exact JSON, minus the device token? Speculation will lead to poor advice Nothing will be a https://stackoverflow.com/help/minimal-reproducible-example here |
Beta Was this translation helpful? Give feedback.
Hi there!
I have to be pedantic, please forgive me:
"notification" == what? FCM? Can you show the exact JSON, minus the device token? Speculation will lead to poor advice
Nothing will be a https://stackoverflow.com/help/minimal-reproducible-example here