You are here:
Send Quiet Notifications
When your app developer enables quiet notifications in MobilePush, app users on devices with iOS 12 or later can choose whether their notifications are delivered prominently or quietly. Users can make this selection when they download the app, in the notification center, or in the app settings.
Once quiet notifications are enabled, users can re-enable prominent notifications by navigating to settings. The QuietPushEnabled attribute allows you to identify those contacts whose devices have quiet push enabled. Create a filtered list and use QuietPushEnabled with the following filter criteria:
- is True: All contacts who have quiet push enabled.
- is False: All contacts who do not have quiet push enabled. Android devices are false.
- is not null: All contacts who have quiet push enabled or disabled.
- is null: All existing contacts in the system who have not made a registration call after this feature was implemented in August 2019. It is also null for all apps and devices that are not running on SDK 6.2.x versions or later.
| Scenario | Filter Criteria |
|---|---|
| A new user downloads the app and selects to receive their notifications quietly. |
|
| User later decides to deliver push notifications as normal, not quietly. |
|
| User then decides to completely opt out of push notifications. |
|

