-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_messaging] onLaunch/onResume not triggered for background notifications on iOS #2284
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
possible duplicate of #2011 |
@TahaTesser I included a link to a minimal repo that demonstrates this issue. The solutions proposed in #2011 do not provide a fix that resolves this issue |
@yazinsai |
Seeing the same issue as @yazinsai. |
I am seeing the same thing as well, but only on ios 13.1 and up. Exact same project works as expected in 12.4. |
Same issue ... |
Same issue here, any workaround ? Flutter v1.17.3 |
Same issue here, any workaround ? |
I am also facing the same issue, any fix or workaround? |
Still happening Here , any update ? |
Hey folks, |
Describe the bug
Background notifications on iOS do not trigger the
onLaunch
/onResume
methods in my Flutter app. I also do not see a badge / notification in the iOS notification center. Instead, I receive anonMessage
trigger when the app is reopenedTo Reproduce
I created a minimal repo that exhibits this behavior
Token: xxx
value in the Debug Consolecurl
command:Expected behavior
I expect a notification to appear in the iOS Notification Center, that when clicked will trigger the
onResume
method. Instead, no notification is presented.Additional context
Output of
flutter doctor -v
:Note: I could not find the solution in #935 #1757 #1677 or #2011
The text was updated successfully, but these errors were encountered: