mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #333] Duplicate: IOS: Critical Alerts not registered / implemented #260
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#260
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 @AligningEntropy on GitHub (Jun 19, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/333
Background
In IOS, notifications can be sent with a special
criticalAlertpriority which enables these alerts to bypass the users mute switch and Do Not Disturb settings. However, due to the disrupting nature of these notifications, Apple restricts the use of this priority and requires developers request a special entitlement (issued by Apple) and user setting authorization.To be approved for this entitlement (I believe) one must reasonably state why such alerts are needed; consequently, it is imperative to highlight how these notifications will be limited to specific alerts, designated by the user, which are time sensitive, high urgency, and for serious events or something along those lines.
Current state / issue
Presently, when a message is published with the priority of 5 (
.critical) it does not act any different than one with a priority of 4 (.timeSensitive) on the end user device alert-wise.How to fix
The following 2 links document the steps required to enable this functionality.
Example of an application that uses this feature
Here is an example of an application that uses the critical alert functionality.
@AligningEntropy commented on GitHub (Jun 19, 2022):
Took too long to post so now this is a duplicate of https://github.com/binwiederhier/ntfy/issues/332
Moved the content of this message into a comment on that thread and will close this accordingly.