mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1107] Setting Icon in Headers (IOS) #780
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#780
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 @cyschneck on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1107
🐞 Describe the bug

Is the
Iconoption inheadersmeant to fill the green icon on the left?💻 Components impacted
IOS app
💡 Screenshots and/or logs

Currently, I have the link for the square image set to
icon_imgicon_img = "https://inaturalist-open-data.s3.amazonaws.com/photos/24939293/square.jpg"But the green icon doesn't appear to be set by
Icon🔮 Additional context
Notifications sent through Github Actions
@MindTooth commented on GitHub (May 21, 2024):
From what I gather, it's not supported.
https://docs.ntfy.sh/publish/#icons
@cyschneck commented on GitHub (May 23, 2024):
That's alright, what is the purpose of the icon variable then?
@wunter8 commented on GitHub (May 23, 2024):
It's only supported on Android right now
@cyschneck commented on GitHub (May 23, 2024):
Are there plans for IOS/iPhone in the future?
@wunter8 commented on GitHub (May 23, 2024):
Plans, yes. But no estimated timeline. We don't have any iOS devs to work on the app right now. If you know anyone willing to help out, send them our way!
@Scrxtchy commented on GitHub (Jan 31, 2025):
I spent a few days looking into this in my free time, which involved starting from no xcode or swift experience.
Unfortunately, actually getting results from this will require a paid development account to work with remote push notifications, as that is the only method where custom icons appear to be supported (in contrast to custom attachments, which is supported via local notifications)
@wunter8 commented on GitHub (Jan 31, 2025):
Thanks for looking into it and trying to help out! Apple's paid developer accounts are certainly a barrier to getting changes added to the iOS app
@foxdodo commented on GitHub (Apr 25, 2025):
Upload icons locally is a good way to go. Another push app on iOS called Bark does this for custom notification sounds.