Closed czuiko closed 3 years ago
Interesting, the typical iOS-not-receiving-FCM-when-quit problem is that content-available is not set, but it looks like you are including it
This will be a firebase FCM receipt problem though, not a notifee one - you should check the react-native-firebase issues (there are so many, unfortunately - it's a hard thing to do right) about ios message deliver when quit - it does work unless the user swipes the app away, that's a "force close" and you will never get your code to run again until the user interacts with a visible notification or starts your app
Hello,
I have a problem with iOS and notifications when app killed (Quit). I`m usind NodeJS for sending message to Firebase
If I add to my request
and notification received, but without this data when app killed iOS not delivered the notification to the phone. With foreground and background everything is ok.
How to handle notification on app?
I use: Firebase 6 iOS 14 last version of notifee
my Index.js
Node JS server code