AppManagedInstallBehaviorObject
A dictionary that describes how and when to install an app.
Declaration
object AppManagedInstallBehaviorObjectProperties
| Name | Type | Description |
|---|---|---|
AllowDownloadsOverCellular | string | Indicates how the device uses a cellular network when it downloads the app for automatic install or update operations:
The device always uses the store settings to download apps when the install or update operation is user initiated. Available only in iOS. |
Install | string | A string that specifies if the app needs to remain on the device at all times or if the user can freely install and remove it, which is one of the following values:
The system automatically installs apps on supervised devices. Otherwise, the device prompts the user to approve installation of the app. |
License | AppManagedInstallBehavior_LicenseObject | A dictionary that describes the app’s license. |
Version | integer | The App Store external version identifier (EVID) of the version of the app the device installs. You can retrieve this value from the App Store. For more information, see Apps and Books for Organizations. This key is ignored if the app isn’t an App Store app. The following rules apply when the device applies or updates the configuration:
|