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

Flutter firebase_messenging, not able to redirect specific detail screen when app is killed in ios Working fine for android #16853

Open
1 task done
bonisha-mandora opened this issue Dec 9, 2024 · 1 comment
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: ios Issues / PRs which are specifically for iOS. plugin: messaging type: bug Something isn't working

Comments

@bonisha-mandora
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Messaging

Which platforms are affected?

iOS

Description

Recently faced this issue on our app.

Firebase push notifications works absolutely fine on Android and on ios as well in the background and foreground state. Proper detail screen redirection is doing tapping on push notifications.

But when the app is in the terminated state the notification shows up but the callback handler is not invoked in iOS only. In the Android detail screen redirection works fine even if the app is killed.

Reproducing the issue

Keep your app in killed state, Send push notification to android and ios bith device token, Tapping on android app will open and redirect to proper detail screen, rather then in iOS App open but stay on home screen only do not redirect to exact detail screen based on id from notification payload.

Firebase Core version

3.2.0

Flutter Version

3.22.2

Relevant Log Output

No response

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

@bonisha-mandora bonisha-mandora added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Dec 9, 2024
@SelaseKay SelaseKay added plugin: messaging platform: ios Issues / PRs which are specifically for iOS. labels Dec 10, 2024
@SelaseKay
Copy link
Contributor

Hi @bonisha-mandora, it seems this issue has been resolved. Could you let us know which version of firebase_messaging you're currently using?
Here’s a similar issue for reference: #13442

@SelaseKay SelaseKay added the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Dec 10, 2024
@russellwheatley russellwheatley removed the Needs Attention This issue needs maintainer attention. label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: ios Issues / PRs which are specifically for iOS. plugin: messaging type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants