You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application I implemented Fcm push messaging. In Android in background /foreground/killed state of app , everything is ok and when I send a message from firebase console.
In IOS when app is in background and foreground, there is no problem, But when application is killed and I send a message from firebase console, The notification is shown on iOS but when I tapped on notification, when application tried comes to foreground ,immediately is closed. In android is ok but in iOS I got this problem.
When Application killed, onLaunch method is called but why application after trying to comes to foreground, immediately terminated. Even I can't see splash screen?
After that , I can not run application at all because after terminating by notification , when I am trying to open by tap on icon, It's closed immediately !!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my application I implemented Fcm push messaging. In Android in background /foreground/killed state of app , everything is ok and when I send a message from firebase console.
In IOS when app is in background and foreground, there is no problem, But when application is killed and I send a message from firebase console, The notification is shown on iOS but when I tapped on notification, when application tried comes to foreground ,immediately is closed. In android is ok but in iOS I got this problem.
When Application killed, onLaunch method is called but why application after trying to comes to foreground, immediately terminated. Even I can't see splash screen?
After that , I can not run application at all because after terminating by notification , when I am trying to open by tap on icon, It's closed immediately !!!
I am using firebase_messaging: ^7.0.3
Beta Was this translation helpful? Give feedback.
All reactions