[GH-ISSUE #1079] Poblem with updating notifications in the iOS app ntfy 1.3 #758

Closed
opened 2026-05-07 00:27:14 +02:00 by BreizhHardware · 4 comments

Originally created by @viniciussgoncalves on GitHub (Mar 31, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1079

🐞 Describe the bug
I'm having trouble receiving notification updates in my app. I'm able to send and receive messages from my ntfy app on my iphone, but I have to keep refreshing the topic for the messages to be updated. I've cleared all the permissions for the app on iOS and I still can't receive the messages.

💻 Components impacted
Own ntfy server, Iphone 15 iOS 17.3.1, app version 1.3 (4)

🔮 Additional context
The problem does not occur when I use my second Android smartphone. I don't have to keep refreshing the topic to receive or send messages and I don't have a problem receiving messages on the smartphone's notification screen.

Originally created by @viniciussgoncalves on GitHub (Mar 31, 2024). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1079 :lady_beetle: **Describe the bug** I'm having trouble receiving notification updates in my app. I'm able to send and receive messages from my ntfy app on my iphone, but I have to keep refreshing the topic for the messages to be updated. I've cleared all the permissions for the app on iOS and I still can't receive the messages. :computer: **Components impacted** Own ntfy server, Iphone 15 iOS 17.3.1, app version 1.3 (4) :crystal_ball: **Additional context** The problem does not occur when I use my second Android smartphone. I don't have to keep refreshing the topic to receive or send messages and I don't have a problem receiving messages on the smartphone's notification screen.
BreizhHardware 2026-05-07 00:27:14 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@wunter8 commented on GitHub (Mar 31, 2024):

To get notifications working on iOS, you need to:

  1. make sure upstream-base-url is set to "https://ntfy.sh"
  2. make sure base-url is set to your full domain, including "https://" and without a trailing slash (e.g., https://ntfy.domain.com)
  3. make sure the default server URL in the iOS app is set to your full domain, I including "https://" and without a trailing slash (it has to exactly match the base-url)
<!-- gh-comment-id:2028910840 --> @wunter8 commented on GitHub (Mar 31, 2024): To get notifications working on iOS, you need to: 1) make sure `upstream-base-url` is set to "https://ntfy.sh" 2) make sure `base-url` is set to your full domain, including "https://" and without a trailing slash (e.g., `https://ntfy.domain.com`) 3) make sure the default server URL in the iOS app is set to your full domain, I including "https://" and without a trailing slash (it has to exactly match the `base-url`)
Author
Owner

@viniciussgoncalves commented on GitHub (Mar 31, 2024):

To get notifications working on iOS, you need to:

  1. make sure upstream-base-url is set to "https://ntfy.sh"
  2. make sure base-url is set to your full domain, including "https://" and without a trailing slash (e.g., https://ntfy.domain.com)
  3. make sure the default server URL in the iOS app is set to your full domain, I including "https://" and without a trailing slash (it has to exactly match the base-url)

Thank you very much! I ended up getting excited when installing and didn't even see this part of the docs. It worked now wunter8.

<!-- gh-comment-id:2028930444 --> @viniciussgoncalves commented on GitHub (Mar 31, 2024): > To get notifications working on iOS, you need to: > > 1. make sure `upstream-base-url` is set to "https://ntfy.sh" > 2. make sure `base-url` is set to your full domain, including "https://" and without a trailing slash (e.g., `https://ntfy.domain.com`) > 3. make sure the default server URL in the iOS app is set to your full domain, I including "https://" and without a trailing slash (it has to exactly match the `base-url`) Thank you very much! I ended up getting excited when installing and didn't even see this part of the docs. It worked now wunter8.
Author
Owner

@adebisi-fa commented on GitHub (Nov 15, 2024):

To get notifications working on iOS, you need to:
. . .

  1. make sure the default server URL in the iOS app is set to your full domain, I including "https://" and without a trailing slash (it has to exactly match the base-url)

Will things still work if a device subscribes to a topic on a custom domain while the default server URL is still set to https://ntfy.sh?

<!-- gh-comment-id:2479633285 --> @adebisi-fa commented on GitHub (Nov 15, 2024): > To get notifications working on iOS, you need to: > . . . > > 3. make sure the default server URL in the iOS app is set to your full domain, I including "https://" and without a trailing slash (it has to exactly match the `base-url`) > Will things still work if a device subscribes to a topic on a custom domain while the default server URL is still set to https://ntfy.sh?
Author
Owner

@wunter8 commented on GitHub (Nov 15, 2024):

@adebisi-fa I think that will work fine as long as you set the server for that topic to "your full domain, including "https://" and without a trailing slash (it has to exactly match the base-url)"

<!-- gh-comment-id:2479724596 --> @wunter8 commented on GitHub (Nov 15, 2024): @adebisi-fa I think that will work fine as long as you set the server for that topic to "your full domain, including "https://" and without a trailing slash (it has to exactly match the `base-url`)"
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#758
No description provided.