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: iOS 7+ | iPadOS 7+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
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. The only possible value is:
Available: iOS 9+ | iPadOS 9+ | macOS 11+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
Configuration | InstallApplicationCommand.Command.Configuration | A dictionary that contains the initial configuration of the app, if you choose to provide it. Available: iOS 7+ | iPadOS 7+ | macOS 11+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
Identifier | string | The app’s bundle identifier. Available: iOS 7+ | iPadOS 7+ | macOS 10.9+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
InstallAsManaged | boolean | If For manifest-based installs, if Available: macOS 11+ |
iOSApp | boolean | If Available: macOS 11+ |
iTunesStoreID | integer | The app’s iTunes Store identifier. |
ManagementFlags | integer | A bitwise OR of the management flags. The possible values are:
Available: iOS 5+ | iPadOS 5+ | macOS 11+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
ManifestURL | string | The URL of the app manifest, which needs to begin with Available: iOS 7+ | iPadOS 7+ | macOS 10.9+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
Options | InstallApplicationCommand.Command.Options | A dictionary that contains the app installation options. Available: iOS 7+ | iPadOS 7+ | macOS 10.9+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ |
RequestRequiresNetworkTether | boolean | If |
RequestType Required | string | The request type for this command. |