mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1279] Notifications for reserved topics not working #905
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#905
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 @Ulimn on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1279
🐞 Describe the bug
Notifications for reserved topics aren't working properly. Free ones are ok.
I already tried to remove and re-add the topics and to reinstall the apps.
💻 Components impacted
iOS app, iPadOS app
💡 Screenshots and/or logs
🔮 Additional context
@ilovelinux commented on GitHub (Feb 23, 2025):
Hi @Ulimn.
Thank you
@nudefireninja commented on GitHub (Apr 21, 2025):
Hi, I have the same problem.
Here is the python code that I am using to send the messages:
@wunter8 commented on GitHub (Apr 21, 2025):
This is a known bug with reserved topics and the native iOS app: the push notifications do not work in the background and you need to pull to refresh. Like you said, this is not an issue for public topics.
There is a PR that has yet to be merged that should fix this problem. We just haven't had very much time to work on ntfy recently.
In the meantime, if you use the PWA instead of the native app, the reserved topics should work fine. If you'd like your ntfy.sh Supporter membership refunded, reach out to @binwiederhier (for example, on Discord)
@nudefireninja commented on GitHub (Apr 22, 2025):
Ok, thanks!