mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
Release_iOS-17-0_macOS-14-0
This commit is contained in:
@@ -9,6 +9,8 @@ payload:
|
||||
introduced: '13.0'
|
||||
tvOS:
|
||||
introduced: '16.0'
|
||||
watchOS:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: Declarations
|
||||
title: Manifest Declaration Items
|
||||
|
||||
@@ -9,6 +9,8 @@ payload:
|
||||
introduced: '13.0'
|
||||
tvOS:
|
||||
introduced: '16.0'
|
||||
watchOS:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: StatusItems
|
||||
title: Status Items
|
||||
@@ -59,3 +61,21 @@ payloadkeys:
|
||||
type: <dictionary>
|
||||
presence: optional
|
||||
content: A dictionary that contains further details about this error.
|
||||
- key: FullReport
|
||||
title: Full Report
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '17.0'
|
||||
macOS:
|
||||
introduced: '14.0'
|
||||
tvOS:
|
||||
introduced: '17.0'
|
||||
type: <boolean>
|
||||
presence: optional
|
||||
default: false
|
||||
content: When set to "true", this indicates that the status report contains the
|
||||
full set of current status, and is not an incremental report. This will include
|
||||
the full set of items in any status array item (not just the changes). Servers
|
||||
can use this to replace their entire set of status for the device, rather than
|
||||
do incremental update processing. Devices will set this to "true" when sending
|
||||
a "safety sync" status report, which is typically sent every 24 hours or so.
|
||||
|
||||
@@ -9,6 +9,8 @@ payload:
|
||||
introduced: '13.0'
|
||||
tvOS:
|
||||
introduced: '16.0'
|
||||
watchOS:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
- key: SyncTokens
|
||||
title: Synchronization Tokens
|
||||
|
||||
Reference in New Issue
Block a user