Hello, lovely devs!
Apple allows apps to utilise critical alerts (i.e. notifications that ring no matter the position of the silent switch or the focus mode). This is extremely useful for critical applications such as water leakage sensors, doors/windows etc.
The feature requires explicit permission from the user (once, when the app asks for push notification rights). After that, when a notification is delivered with a specific flag, it's displayed as critical etc.
More info here (or somewhere around here): https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel/critical
So far, I've seen this implemented in the Apple Home app and it can literally be a life-saver.
Hello, lovely devs!
Apple allows apps to utilise critical alerts (i.e. notifications that ring no matter the position of the silent switch or the focus mode). This is extremely useful for critical applications such as water leakage sensors, doors/windows etc.
The feature requires explicit permission from the user (once, when the app asks for push notification rights). After that, when a notification is delivered with a specific flag, it's displayed as critical etc.
More info here (or somewhere around here): https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel/critical
So far, I've seen this implemented in the Apple Home app and it can literally be a life-saver.