API reference
API reference
Select your platform
No SDKs available
No versions available

AppStatus Enum

Current status of the app on the device. An app can only check its own status.

Enumeration Constants

MemberDescription
Unknown
Entitled
User has valid entitlement to the app but it is not currently installed on the device.
DownloadQueued
Download of the app is currently queued.
Downloading
Download of the app is currently in progress.
Installing
Install of the app is currently in progress.
Installed
App is installed on the device.
Uninstalling
App is being uninstalled from the device.
InstallQueued
Install of the app is currently queued.