[GH-ISSUE #1558] [Android] not getting notified after reaching system notifications limit #1096

Closed
opened 2026-05-07 00:30:15 +02:00 by BreizhHardware · 1 comment

Originally created by @thoughtsunificator on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1558

Not getting new notifications after I reach the system hard-coded limit which seem to be 24/25. No sound, nothing. I can however, see the notification getting listed if I manually open the application.

The relevant logs obtained via adb logcat:

NotificationService: Package has already posted or enqueued 25 notifications.  Not showing more.  package=io.heckel.ntfy

So the notification is indeed getting through however I am no longer being notified after reaching that limit, I need to manually clear the notifications.

Please handle this exception and pop the stack accordingly.

Originally created by @thoughtsunificator on GitHub (Jan 20, 2026). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1558 Not getting new notifications after I reach the system hard-coded limit which seem to be 24/25. No sound, nothing. I can however, see the notification getting listed if I manually open the application. The relevant logs obtained via adb logcat: ``` NotificationService: Package has already posted or enqueued 25 notifications. Not showing more. package=io.heckel.ntfy ``` So the notification is indeed getting through however I am no longer being notified after reaching that limit, I need to manually clear the notifications. Please handle this exception and pop the stack accordingly.
BreizhHardware 2026-05-07 00:30:15 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@binwiederhier commented on GitHub (Jan 20, 2026):

This is an Android system limit. You may want to update existing notifications instead, or clear/delete them remotely. https://docs.ntfy.sh/publish/#updating-deleting-notifications -- Note that the ntfy server version with this feature was released just today, and the Android version is in the public open beta.

<!-- gh-comment-id:3770726841 --> @binwiederhier commented on GitHub (Jan 20, 2026): This is an Android system limit. You may want to update existing notifications instead, or clear/delete them remotely. https://docs.ntfy.sh/publish/#updating-deleting-notifications -- Note that the ntfy server version with this feature was released just today, and the Android version is in the public open beta.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1096
No description provided.