If the Live Activity is on, would it suppress the Push Notification and only update the Live Activity?

Generated on 8/1/2024

1 search

When a Live Activity is active, it does not suppress push notifications but rather updates the Live Activity with the new information. This ensures that the Live Activity always has the latest information. For example, in the session Broadcast updates to your Live Activities, it is explained how push notifications are used to update a Live Activity. The app requests a push token from ActivityKit, which is then used by the server to send updates via APNs to the respective device.

Additionally, in the session Design Live Activities for Apple Watch, it is mentioned that Live Activities are designed to demand the right amount of attention based on user interaction, similar to notifications. This means that while a Live Activity is active, it will receive updates through push notifications, but it does not suppress other notifications; instead, it integrates the updates into the Live Activity display.

Relevant Sessions

  1. Broadcast updates to your Live Activities
  2. Design Live Activities for Apple Watch