Cellular Payload¶
Template
A cellular payload configures cellular network settings on the device. It is not supported on macOS. On iOS 7 and later, a cellular payload is designated by specifying com.apple.cellular as the PayloadType value.
Cellular payloads have two important installation requirements:
- No more than one cellular payload can be installed at any time.
- A cellular payload cannot be installed if an APN payload is already installed.
This payload replaces the com.apple.managedCarrier payload, which is supported, but deprecated.
- Supersedes
com.apple.apn.managed(APN) which is used on iOS 6 and earlier. - Supersedes
com.apple.managedCarrier
Contents
Summary¶
| PayloadType: | com.apple.cellular |
|---|---|
| Supervised Only: | |
| N/A | |
| macOS: | N/A |
| macOS Deprecated: | |
| N/A | |
| iOS: | 7.0 |
| iOS Deprecated: | N/A |
| Highlander: | True |
Keys¶
APNs¶
Data APN
List of Data APNs to configure
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| array | N/A | N/A | N/A | N/A | N/A | N/A |
AttachAPN¶
Default APN
Default APN configuration
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| dictionary | {} | N/A | N/A | N/A | N/A | N/A |
AttachAPN Keys¶
| Name | Type | Title | Description | Required |
|---|---|---|---|---|
| Name | string | Default APN name | The name of the default APN. | always |
| AuthenticationType | string | Default APN authentication type | Authentication type to use for the connection. | n/a |
| Username | string | Default APN user name | The user name for the default APN account. | n/a |
| Password | string | Default APN password | The password for the default APN account. | n/a |
| AllowedProtocolMask | integer | Default APN supported IP versions | Supported Internet Protocol versions for connections | n/a |