Skip to content

Commit

Permalink
Update +page.markdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraDuRy authored Jan 22, 2025
1 parent d584206 commit 99320bd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ date: 2025-01-22
cover: /images/blog/announcing-new-push-notifications-features/cover.png
timeToRead: 5
author: jake-barnby
category: OSS
category: product
callToAction: true
---

We're excited to introduce new additions to Appwrite Messaging that give you greater control over how you send and handle push notifications in your app.
Expand All @@ -33,7 +34,7 @@ To implement background notifications, set `contentAvailable` to true and handle

# Critical alerts (iOS)

Sometimes users need to see a notification even when their phone is on **Do Not Disturb**. The new `critical` parameter attempts to mark the notification as critical, which can bypass silent and do not disturb settings when approved. To use critical alerts, you'll need to request the critical alert entitlement from Apple through your developer account - just visit [Apple's developer portal](https://developer.apple.com/contact/request/notifications-critical-alerts-entitlement/) and fill out a brief form explaining your use case.
Sometimes, users need to see a notification even when their phone is on **Do Not Disturb**. The new `critical` parameter attempts to mark the notification as critical, which can bypass silent and do not disturb settings when approved. To use critical alerts, you'll need to request the critical alert entitlement from Apple through your developer account - just visit [Apple's developer portal](https://developer.apple.com/contact/request/notifications-critical-alerts-entitlement/) and fill out a brief form explaining your use case.

Critical alerts are essential for apps that handle time-sensitive or safety-related notifications, such as:

Expand Down

0 comments on commit 99320bd

Please sign in to comment.