-
Notifications
You must be signed in to change notification settings - Fork 229
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
[question]: No method of notification received in background and app terminated state? #913
Comments
Same question here |
1 similar comment
Same question here |
any update on this? is there no way to execute something on the event of when a notification is received while the app is terminated? |
did anyone find any solution same problme with me how to capture background data when app is in killed state |
any update on this? did anyone find any solution, how to capture background data when app is in killed state |
only way i found is use firebase for backrgound data and for notificaiton use onesignal , else there is way to do it direactly in android and use it but it is not a good idea using like that becuase there is lot of issue after using that way |
How can we help?
There is no method that will be triggered when notification is received in background and terminated state. Like in FCM we have method like
FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
Please let me know if this method is already present and if it does not exists then please make this one.
Code of Conduct
The text was updated successfully, but these errors were encountered: