Contents

StatusAppManagedList

The device’s declarative managed apps.

Declaration

object StatusAppManagedList

Properties

NameTypeDescription
app.managed.list Required[StatusAppManagedListAppObject]

An array of dictionaries that describe the device’s declarative managed apps.

Mentioned in

Discussion

Status item availability

Allowed in supervised enrollment

iOS, macOS, Shared iPad, visionOS

Allowed in device enrollment

iOS, Shared iPad, visionOS

Allowed in user enrollment

iOS, macOS, Shared iPad, visionOS

Allowed in local enrollment

NA

Allowed in system scope

iOS, macOS, Shared iPad, visionOS

Allowed in user scope

macOS

Reason Codes

  • Error.AppStoreDisabled: The App Store is disabled.

  • Error.DownloadFailed: The app download failed.

    • Timestamp: (string) The RFC 3339 timestamp of the last download failure.

  • Error.DuplicateConfiguredApp: The app is already being managed.

  • Error.InstallFailed: The app install failed.

    • Timestamp: (string) The RFC 3339 timestamp of the last install failure.

  • Error.InvalidAppID: The app id could not be found.

  • Error.InvalidCodeSignature: The code signature of the app does not match the composed identifier, and the app cannot be managed.

  • Error.IsSystemApp: The app is a system app that cannot be managed.

  • Error.LicenseNotFound: A license for the app was not available.

  • Error.NotAnApp: The downloaded data is not a valid app.

  • Error.NotSupported: The app is not supported on this device.

  • Error.UnmanagedAppAlreadyInstalled: An unmanaged app is already installed and cannot be managed.

  • Error.UserRejected: The user rejected management of the app.

  • Info.UpdateAvailable: An update is available for the app.

  • Error.UpdateFailed: The app update failed.

    • Timestamp: (string) The RFC 3339 timestamp of the last update failure.

Topics

Objects

See Also

Status Reports and Elements