setBackgroundMessageHandler not called when app is background IOS #6233
Replies: 2 comments 1 reply
-
Hi there! In short, do not use v10. No effort to support older versions is made, troublshoot on current versions of software only, as we would likely just be chasing ghosts if so. That said, this area of "trouble" (ios not receiving background messages) is typically a result of incorrect expectations around data-only messages and their delivery guarantees. To be quite clear: data-only messages are not reliable by design - Apple will only make a weak effort to deliver them, based on lots of factors. Do not rely on them. If that's your problem - a data-only message not being delivered - then it's expected behavior If you are on current versions and using notification blocks then you might try to access help again but please keep in mind that you must do a fair bit of preparation work to receive useful help https://stackoverflow.com/help/how-to-ask |
Beta Was this translation helpful? Give feedback.
-
Hello @mikehardy,
`import messaging from '@react-native-firebase/messaging'; AppRegistry.registerComponent(appName, () => App);`
so please help me above issues |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello , i am using React native firebase v10 and not getting call back for setBackgroundMessageHandler
Beta Was this translation helpful? Give feedback.
All reactions