mirror of
https://github.com/apple/device-management.git
synced 2026-08-12 03:20:22 +02:00
Release_iOS-15_macOS-12
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
title: Apply Redemption Code Command
|
||||
description: If a redemption code is needed during app installation, the server can
|
||||
use this command to complete the app installation.
|
||||
payload:
|
||||
requesttype: ApplyRedemptionCode
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '5.0'
|
||||
accessrights: AllowAppInstallation
|
||||
supervised: false
|
||||
requiresdep: false
|
||||
sharedipad:
|
||||
mode: forbidden
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
content: If a redemption code is needed during app installation, the server can
|
||||
use this command to complete the app installation.
|
||||
payloadkeys:
|
||||
- key: Identifier
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The bundle identifier of the app.
|
||||
- key: RedemptionCode
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The redemption code that applies to the app pending installation.
|
||||
Reference in New Issue
Block a user