-
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
🐛 [firebase_messaging ] Unreliable notification delivery on iOS #3630
Comments
Hi @praharshbhatt, |
Hey @praharshbhatt. 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! |
iOS 13 and 14 some notifications are delay |
Hey @praharshbhatt. 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. @praharshbhatt 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. |
Bug report
Describe the bug
Notifications are not getting received on iOS reliably. Sometimes users receive the notifications, sometimes they don't. For the notifications with images, images never load.
I'm using:
firebase_messaging: ^7.0.0
I've double checked the Code. This same code works well on Android:
We are also sure the notification permissions on iOS are requested for the users, and the same are accepted by all the non-receiving users.
Here are the screenshots of the campaign that failed the delivery:
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: