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

Open
armandsLa opened this issue Apr 30, 2024 · 0 comments
Open

iOS pending notification limit #2312

armandsLa opened this issue Apr 30, 2024 · 0 comments

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.

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

1 participant