The command to get a list of the installed apps on a device.
Declaration
object InstalledApplicationListCommand.Command
Properties
Name
Type
Description
Identifiers
[string]
An array of app identifiers. Provide this value to limit the response to only include these apps. This value is available in iOS 7 and later, macOS 10.15 and later, tvOS 10.2 and later, visionOS 1.1 and later, and watchOS 10 and later.
Items
[string]
An array of strings that represent keys in InstalledApplicationListResponse.InstalledApplicationListItem. If present, the response only contains the keys listed here, except Identifier is always included. If not present, the response contains all keys. Starting in iOS 26, macOS 26, tvOS 26, watchOS 26, and visionOS 26, if this key isn’t present, the response omits values that are expensive to calculate.
ManagedAppsOnly
boolean
If true, only get a list of managed apps, excluding ones that Declarative Device Management is managing. This value is available in iOS 7 and later, macOS 10.15 and later, and tvOS 10.2 and later.
RequestRequiresNetworkTether
boolean
If true, the device needs to be network-tethered to run the command.