AirPrint¶
The AirPrint payload adds AirPrint printers to the user’s AirPrint printer list. This makes it easier to support environments where the printers and the devices are on different subnets.
Summary¶
| PayloadType: | com.apple.airprint |
|---|---|
| Supervised Only: | |
| N/A | |
| macOS: | 10.10 |
| macOS Deprecated: | |
| N/A | |
| iOS: | 7.0 |
| iOS Deprecated: | N/A |
| Highlander: | N/A |
Keys¶
AirPrint¶
Air print
An array of AirPrint printers that should always be shown.
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| array | N/A | N/A | N/A | N/A | N/A | N/A |
AirPrint items are in the following format:
| Name | Type | Title | Description | Required |
|---|---|---|---|---|
| IPAddress | string | IP Address | The IP Address of the AirPrint destination. | n/a |
| ResourcePath | string | Resource Path | The Resource Path associated with the printer. This corresponds to the rp parameter of the _ipps.tcp Bonjour record. For example: printers/Canon_MG5300_series | n/a |
| Port | integer | Listening Port | Listening port of the AirPrint destination. If this key is not specified AirPrint will use the default port. | n/a |
| ForceTLS | boolean | Force AirPrint via TLS | If true AirPrint connections are secured by Transport Layer Security (TLS). Default is false. | n/a |