mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1558] [Android] not getting notified after reaching system notifications limit #1096
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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.
@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.