AppStatus
Lifecycle state of an app. Independent of AppVisibility; the public marketplace requires status=LIVE.
enum AppStatus {
DRAFT
LIVE
ARCHIVED
}
Values
AppStatus.DRAFT
Work-in-progress: invisible to non-members and never listed in the marketplace. Selectable manually via updateApp; new apps default to LIVE.
AppStatus.LIVE
Published and purchasable/playable; eligible for the public marketplace when visibility=PUBLIC.
AppStatus.ARCHIVED
Soft-deleted via archiveApp: retained but read-only and excluded from the marketplace. Reversible by setting status back to DRAFT or LIVE.
Member Of
App object ● CreateAppInput input ● UpdateAppInput input