InstallApplicationCommand.Command
The command to install a third-party app on a device.
Declaration
object InstallApplicationCommand.CommandProperties
| Name | Type | Description |
|---|---|---|
Attributes | InstallApplicationCommand.Command.Attributes | A dictionary that contains the initial attributes of the app, if you choose to provide it. Available in iOS 7 and later, and tvOS 10.2 and later. |
ChangeManagementState | string | The change management state. This value doesn’t work with the user enrollment feature introduced in iOS 13, or any type of account driven enrollment. Available in iOS 9 and later, macOS 11 and later, and tvOS 10.2 and later. The only possible value is:
|
Configuration | InstallApplicationCommand.Command.Configuration | A dictionary that contains the initial configuration of the app, if you choose to provide it. Available in iOS 7 and later, macOS 11 and later, and tvOS 10.2 and later. |
Identifier | string | The app’s bundle identifier. |
InstallAsManaged | boolean | If For manifest-based installs, if Available in macOS 11 and later. |
iOSApp | boolean | If |
iTunesStoreID | integer | The app’s iTunes Store identifier. |
ManagementFlags | integer | A bitwise OR of the management flags. The possible values are:
Available in iOS 5 and later, macOS 11 and later, and tvOS 10.2 and later. |
ManifestURL | string | The URL of the app manifest, which needs to begin with |
Options | InstallApplicationCommand.Command.Options | A dictionary that contains the app installation options. |
RequestRequiresNetworkTether | boolean | If |
RequestType Required | string | The request type for this command. |