Cellular
The payload that configures cellular settings.
Declaration
object CellularProperties
| Name | Type | Description |
|---|---|---|
APNs | [Cellular.APNsItem] | An array of access point name (APN) dictionaries. |
AttachAPN | Cellular.AttachAPN | A configuration dictionary. |
Discussion
Specify com.apple.cellular as the payload type.
Profile availability
Device channel | iOS, Shared iPad, watchOS |
User channel | NA |
Allow manual install | iOS, watchOS |
Requires supervision | NA |
Requires user-approved MDM | NA |
Allowed in user enrollment | NA |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AttachAPN</key>
<dict>
<key>Name</key>
<string>example.com</string>
</dict>
<key>PayloadIdentifier</key>
<string>com.example.mycellularnetworkpayload</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>5a024a67-119f-4b38-8648-4c28a054ec5f</string>
<key>PayloadVersion</key>
<real>1</real>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Cellular</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>07eeff13-902a-408b-9bec-2228b86f944f</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>