mirror of
https://github.com/apple/device-management.git
synced 2026-07-19 08:47:20 +02:00
Release_iOS-17-1_macOS-14-1
This commit is contained in:
@@ -40,9 +40,9 @@ payloadkeys:
|
||||
introduced: '10.15'
|
||||
type: <array>
|
||||
presence: optional
|
||||
content: 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, and tvOS 10.2 and later.
|
||||
content: |-
|
||||
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, and tvOS 10.2 and later.
|
||||
For a watchOS app, the identifier needs to be the watch's bundle identifier, which differs from the main bundle identifier for the iPhone to which the watch is paired. Obtain the watch's bundle identifier for an app with a watch bundle, in the 'watchBundleId' key that's part of the Content Metadata query. For more information on this query, see Getting App and Book Information (Legacy).
|
||||
subkeys:
|
||||
- key: IdentifiersItem
|
||||
type: <string>
|
||||
@@ -103,8 +103,9 @@ responsekeys:
|
||||
- key: Identifier
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The app's identifier. This key will always be present on iOS/tvOS but
|
||||
may be missing on macOS.
|
||||
content: |-
|
||||
The app's identifier. This key is always be present on iOS and tvOS, but may be missing on macOS.
|
||||
For a watchOS app, the identifier is the watch's bundle identifier, which differs from the main bundle identifier for the iPhone to which the watch is paired.
|
||||
- key: ExternalVersionIdentifier
|
||||
supportedOS:
|
||||
iOS:
|
||||
@@ -117,7 +118,7 @@ responsekeys:
|
||||
presence: optional
|
||||
content: |-
|
||||
The app's external version identifier, which you can use in the iTunes Search API to determine if an updated version of the app is available. Compare this value to the 'externalId' value in the 'contentMetadataLookupUrl' response from the 'VPPServiceConfigSrv' endpoint. If these values don't match, an updated version of the app may be available.
|
||||
A newer version of an app may not be available for installation on the device for a variety of reasons, including that the device's operating system version or hardware is incompatible with the available version of the app.
|
||||
A newer version of an app might not be available for installation on the device for a variety of reasons. A common reason is that the device's operating system version or hardware is incompatible with the available version of the app.
|
||||
- key: Version
|
||||
type: <string>
|
||||
presence: optional
|
||||
|
||||
Reference in New Issue
Block a user