Notification+Data FCM not triggering setBackgroundMessageHandler in expo app #7457
Unanswered
vladimir-vucetic
asked this question in
Q&A
Replies: 0 comments
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.
-
From server I am receiving FCM message that contain notification and data.
And notifications work fine in all states foreground/background/killed.
But I am trying to get data triggered in background or killed state (I need this because I am setting app badge increment).
I followed documentation but something still missing.
#4205
I also saw this post and apply it but still don't receive message in background on IOS.
This is my entry point:
This is app delegate h and m file:
Beta Was this translation helpful? Give feedback.
All reactions