mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1389] instant alerts without Pull to refresh #980
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#980
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 @edbraunh on GitHub (Jul 15, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1389
Hello ntfy Team,
First off, thank you for developing such a powerful and lightweight notification app — it’s been invaluable for receiving timely alerts.
I’m a user who relies heavily on ntfy for real-time trading alerts and have noticed that while push notifications arrive instantly, the in-app alert list does not automatically refresh with new messages. Currently, I need to manually pull-to-refresh the alert list to see the latest alerts.
Would it be possible to add a feature that enables automatic refreshing of the alert list as new notifications arrive? This would greatly enhance usability and streamline the user experience, especially for users monitoring time-sensitive information.
Thank you for considering this request. I appreciate your hard work and look forward to future updates!
@wunter8 commented on GitHub (Jul 15, 2025):
Are you using the native iOS app?
@D5120 commented on GitHub (Jul 16, 2025):
I came here to look for the same issue. Glad it's been logged.
Set up ntfy yesterday (using default public server and native iOS app).
As mentioned by the OP, there doesn't seem to be any push notifications, and requires a pull to refresh to get notification.
Not sure if this is by design, or if I've missed a setting.
Push notification are enabled for the app.
@wunter8 commented on GitHub (Jul 16, 2025):
These are the things you need to do to get iOS push notifications to work:
base-urlconfig in server.yml or NTFY_BASE_URL in env variablesupstream-base-urlin server.yml or NTFY_UPSTREAM_BASE_URL in env variables to "https://ntfy.sh" (without a trailing slash)@D5120 commented on GitHub (Jul 16, 2025):
Thanks for the detailed instructions.
I'm currently testing ntfy, so only using the default server of https://ntfy.sh (yet to set up my own docker container)
However, I've now resolved my issue (apologies for hijacking the thread).
I can only assume, I clicked something, or messed something up when I initially installed.
@fisherrjd commented on GitHub (Aug 5, 2025):
Issue confirmed on iPhone 15 Pro with a self-hosted container. After following the refresh steps, notifications arrive only when I manually refresh the topic in-app.
@wunter8 commented on GitHub (Aug 5, 2025):
@fisherrjd I can probably help you troubleshoot on Discord. It's a bit hard to do that via GitHub issues (especially since we'd be spamming the other people of this issue).
The other option is to use the PWA on iOS (https://docs.ntfy.sh/config#web-push) instead of the native app. The PWA has more features and more reliable notifications
@fisherrjd commented on GitHub (Aug 5, 2025):
Ahh okay I see the https://docs.ntfy.sh/config/#ios-instant-notifications section now! Thanks @wunter8