is it possible to suppress/discard an incoming push notification before it is delivered to the user?

Generated on 8/8/2024

1 search

Yes, it is possible to suppress or discard an incoming push notification before it is delivered to the user. This can be achieved using the new broadcast push notifications feature introduced in iOS and iPadOS 18.

To manage push notifications effectively, you can use the channel management API to create or delete channels for your app. This allows you to control the lifecycle of channels and manage the delivery of push notifications. For example, if a channel is no longer needed, you can delete it, which would prevent any further notifications from being sent on that channel.

For more details on how to manage channels and send broadcast push notifications, you can refer to the session Broadcast updates to your Live Activities.

Relevant Sessions

  1. Broadcast updates to your Live Activities