AppManagedInstallBehaviorObject
A dictionary that describes how and when to install the 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: iOS 26+ | iPadOS 26+ Allowed enrollments: supervised |
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 metadata 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:
Available: iOS 26+ | iPadOS 26+ | macOS 26+ | visionOS 26+ |