[QUESTION][iOS] is setBackgroundMessageHandler supported in latest version of messsaging module? #4485
Unanswered
DovletAmanov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's supported and working. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the doc and did the setup properly, but I couldn't make setBackgroundMessageHandler working. Notification is arriving but event is not emitted. In my case, only background notification event is not being emitted, other events are ok. Is setBackgroundMessageHandler supported in iOS? Btw, I read that here Apple doesn't give control to the app if it is in background? Any suggestion/help is appreciated, thanks in advance.
"react-native": "0.63.3",
"@react-native-firebase/app": "^8.4.7",
"@react-native-firebase/messaging": "^7.9.2",
Beta Was this translation helpful? Give feedback.
All reactions