iOS Live Activity schemas configuration
এই বিষয়বস্তু এখনও আপনার ভাষায় উপলব্ধ নয়।
A Live Activity schema describes the content-state fields of one ActivityAttributes type your iOS app declares, so a journey’s Live Activity element can build a form from named fields instead of raw JSON. Publish one version per widget in the Control Panel.
Publish a schema version
Anchor link to- Open the Configure platforms page of your application in Pushwoosh.
- Click Live Activity schemas next to the iOS platform.

- Click Publish version.
- Enter the Attributes type: the exact name of the
ActivityAttributestype in your app, for exampleFlightAttributes. - In Content-state JSON Schema, enter the JSON Schema for that type’s
ContentState— the fields that change while the activity runs, like a flight’s gate or status. Don’t includeActivityAttributes’ own fixed fields here. See Writing a schema.

- Click Publish.
Manage existing schemas
Anchor link toOn the same Live Activity schemas screen:
- Click View JSON next to a version to see its published schema.
- Click Delete to remove a version. This can’t be undone, and a journey element still set to that version stops rendering its content-state fields.
Use the schema in a journey
Anchor link toOnce published, select it under Widget in a journey’s Live Activity element — its content-state fields appear under Card content.