AppSettingsAllowedObject
The dictionary of allowed app settings.
Declaration
object AppSettingsAllowedObjectProperties
| Name | Type | Description |
|---|---|---|
AllowedApps | [string] | If present, the device only shows or launches apps with bundle IDs in the array. Include the value Available: iOS 27+ | iPadOS 27+ | tvOS 27+ | visionOS 27+ |
AllowedBinaries | [AppSettingsAllowed_BinaryIdentifierObject] | If present, the device only allows binaries that match the binary identifier properties to run. A binary is matched only when all the binary identifiers match. The device always runs system critical processes. Use “codesign -dvvv <path_to_binary>” to show the information you need to generate these values. Available: macOS 27+ Allowed scopes: system |
AlwaysAllowManagedApps | boolean | If Available: macOS 27+ Allowed scopes: system |
DeniedApps | [string] | If present, the device prevents showing or launching apps with bundle IDs in the array. Include the value Available: iOS 27+ | iPadOS 27+ | tvOS 27+ | visionOS 27+ |
DeniedBinaries | [AppSettingsAllowed_BinaryIdentifierObject] | If present, the device doesn’t allow binaries that match the binary identifier properties to run. A binary is matched only when all the binary identifiers match. Available: macOS 27+ Allowed scopes: system |