Custom iOS push notification when background/quit state #2938
Unanswered
vitorcamachoo
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.
-
After reading the documentation, it is not very clear how we can get access to the notification event in code when triggered from background/quit state in iOS.
In my project I need some specific logic when receiving the notification and so far I was not able to get any notifee or event message() (firebase) events working.
From the documentation I tried to add data-only payload but it didn't work.
Also, the onBackgroundEvent is not being triggered nor setBackgroundMessageHandler.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions