Flutter firebase_messenging, not able to redirect specific detail screen when app is killed in ios Working fine for android #16853
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
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: