Doesn't seems notification when user tap on the app directly Android #4467
Unanswered
yusufnacar
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.
-
Hello .
I have an app create with Flutter and I am using Firebase Cloud Messaging to push notification. I can handle all messages onResume, onLaunch perfectly . But there is a problem with that it is just working when user tap on notifications. So if user tap on the app directly, user doesn't have any interactions with the notification and I can't handle on background messages. if user clear all notification , app will lost all messages. I am not sure is it a bug or about I made anything which is not correct. Is there any way to handle to all messages without tap on notifications ?
Regards.
This is my flutter doctor
and my code
Beta Was this translation helpful? Give feedback.
All reactions