# Live Activity

A Live Activity is an iOS lock-screen and Dynamic Island card that updates while something is in progress. The user sees status without opening the app. In Pushwoosh you start and update it from a Customer Journey with the [Live Activity element](/product/customer-journey/journey-elements/channels/live-activity/).

Your iOS app must support Live Activities, and a widget schema must be published for the app. Each guide lists the events and journey steps for that scenario.

<CardGrid>
  <LinkCard
    title="Show flight status on the lock screen"
    href="how-to-track-flight-status-with-live-activity"
    description="Show gate, status, and timing on the lock screen so passengers stay informed without opening the app."
  />
  <LinkCard
    title="Show delivery progress on the lock screen"
    href="how-to-track-deliveries-with-live-activity"
    description="Show courier, ETA, and distance on the lock screen so customers can follow the order without opening the app."
  />
</CardGrid>