Skip to content
Aivi is not live yet. Join the waitlist to be the first to get access!

Templates

A template decides what a live activity looks like on the device.

ID: generic

The generic template is currently the only template available and it is designed to fit a wide range of use cases oriented around an activity with progress.

FieldTypeDescriptionRequired?
template"generic"Identifies this template.Yes
progressfloatProgress of the activity in range [0.0-1.0].Yes
statestringDescribes the state of the activity.No
iconstringAn SF Symbols icon.No
remaining_timeintRemaining time in seconds.No

To get a better understanding of how this schema correlates to a displayed live activity, see the picture below:

Shows how the schema correlates to a displayed live activity.
{
"template": "generic",
"progress": 0.35,
"state": "In progress",
"icon": "washer",
"remaining_time": 2120
}
Left: Expanded dynamic island. Right: Lock screen. Left: Expanded dynamic island. Right: Lock screen. Left: Compact dynamic island. Right: Lock screen. Left: Compact dynamic island. Right: Apple Watch. Live activity in the CarPlay dashboard. Live activity in the CarPlay dashboard.