-
Notifications
You must be signed in to change notification settings - Fork 4k
🐛 [Firebase_messaging 8.0.0-dev.8] 'onLaunch' not showing the notification #4096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @evripidesk flutter doctor -v
Based on your print statements maybe you meant the Thank you |
I have the below code
When I am on foreground the _showItemDialog2(message.data) called successful when I am on background the notification come to notification tray I click on notification and the _showItemDialog2(message.data) called successful but when the app is killed the notification come to notification tray I click on notification the app open but the _showItemDialog2(message.data) is not call I tried it on android and iOS (real devices) flutter doctor -v
flutter pub deps -- --style=compact
|
@evripidesk If you look at the implementation of
|
@evripidesk please share the iOS version running on your iPhone. |
@paynekw I will try the
iOS version 14.2 |
thank you this is working fine
tested on iOS 14.2 and android |
Closing this based on your last message, glad you solved it and thanks for the helpful comment @paynekw |
Hello
I migrated to the new firebase messaging 8.0.0 dev8 i tried it and is working but I have issue when notification received and the application is killed and user click on notification not showing the message , in the case that the app is in the backround is working fine the issue is only 'onLaunch'
The text was updated successfully, but these errors were encountered: