Skip to content
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

[firebase_messaging] Unable to capture notification payload in iOS after app is terminated #3126

Closed
nagarwa2 opened this issue Aug 9, 2020 · 4 comments · Fixed by #4012
Closed
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. Stale Issue with no recent activity

Comments

@nagarwa2
Copy link

nagarwa2 commented Aug 9, 2020

Unable to receive notification message when iOS app is terminated. I have configured all three methods - onMessage, onResume and onLaunch. When the app is in foreground or background this works properly. Note this is happening in iOS only.

Must be a way to capture notifications in terminated app.

@TahaTesser
Copy link

TahaTesser commented Aug 12, 2020

Hi @daikini
Can you please provide your flutter doctor -v, your pubspec.yaml your flutter run --verbose and a complete reproducible minimal code sample
Thank you

@TahaTesser TahaTesser added the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Aug 12, 2020
@google-oss-bot google-oss-bot added the Stale Issue with no recent activity label Aug 21, 2020
@google-oss-bot
Copy link

Hey @nagarwa2. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

@acoutts
Copy link

acoutts commented Aug 27, 2020

I have a similar problem in my app but I tracked it down to one of my libraries implementing didFinishLaunchingWithOptions and it's hijacking the launch intent, preventing the firebase_messaging lib from ever seeing it.

Maybe check that you don't have any conflicting libs like this.

@google-oss-bot google-oss-bot removed the Stale Issue with no recent activity label Aug 27, 2020
@google-oss-bot
Copy link

Hey @nagarwa2. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

@google-oss-bot google-oss-bot added the Stale Issue with no recent activity label Sep 7, 2020
@nagarwa2 nagarwa2 closed this as completed Sep 8, 2020
@firebase firebase locked and limited conversation to collaborators Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. Stale Issue with no recent activity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants