Skip to content
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

iOS pending notification limit #2312

Closed
armandsLa opened this issue Apr 30, 2024 · 1 comment
Closed

iOS pending notification limit #2312

armandsLa opened this issue Apr 30, 2024 · 1 comment

Comments

@armandsLa
Copy link

Describe the bug
Scheduling more than 64 local notifications on iOS results in no notifications being fired. I'm aware of the 64 notification limit on iOS, but the documentation states that scheduling more than 64 notifications will preserve the soonest ones. I'm not sure if this issue is a bug in the flutter_local_notifications or in Apple's user notification framework.

To Reproduce

  1. Schedule 65 local notifications
  2. Wait for them to fire - nothing will happen

Expected behavior
64 soonest notifications to be fired instead of no notifications being fired.

@MaikuB
Copy link
Owner

MaikuB commented Jun 12, 2024

If you believe there's an issue with the plugin then you'll need to provide a link to a repo hosting a minimal app that can reproduce the problem. Personally, this is something I've already tried before. Another member of the community has shown this worked at #2275 that they submitted a PR to update the documentation on the behaviour so it's more accurate. Based on this, I would suspect there's an issue in your app for you to investigate further

@MaikuB MaikuB closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants