-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Comments
Hi @bonisha-mandora, it seems this issue has been resolved. Could you let us know which version of |
Hey @bonisha-mandora. 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! |
Same here. ! |
The bug doesn’t necessarily occur when opening the app via a notification. Even when the app is manually launched after receiving a notification, the issue persists (assets fail to load. Exception: Image upload failed due to loss of GPU access). Additionally, I tested it with an iPad (18.1.1) and various Android devices, and it works without any issues. The problem seems to be limited to iPhone devices only. I think this issue is little bit emergency. ⚠ |
I have the same issue in my case. The app redirects perfectly, but after 1 second, it automatically goes back, as if the app was terminated. Does anyone know the solution? Please let me know. |
Hey @bonisha-mandora. 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! |
Since there haven't been any recent updates here, I am going to close this issue. @bonisha-mandora if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Is there an existing issue for this?
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
snippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: