messaging().setBackgroundMessageHandler not trigger on iOs when app is in background state and dev mode only #6889
Replies: 2 comments 7 replies
-
My push delivered but I can't sent http request to my server because background handler not triggered. On android I can. |
Beta Was this translation helpful? Give feedback.
-
https://fcm.googleapis.com/v1/projects/test/messages:send JSON @mikehardy Could you get some tips for me? I would be very grateful, maybe I missed something. I used old FCM API yesterday |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I implemented push notification (data-only/silent notif) with notifee on client side, and fcm firebase-admin on nodejs server side. It works fine on Android, and on iOs it works fine with TestFlight but in dev mode messaging().setBackgroundMessageHandler() do not trigger when the app is in background or quit state, i receive push notif only in foreground state. Do you have any idea how to resolve it please ?
Thank you, have a good day
Beta Was this translation helpful? Give feedback.
All reactions