Cellular (com.apple.cellular)

com.apple.cellular

The payload that configures cellular settings.

iOS(7.0)watchOS(3.2)
Branch: release

Settings (19)

SettingTypeRequiredDefaultManual InstallSupported OS
AttachAPN
AttachAPN
A configuration dictionary.
5 subkeys
dictionaryoptional
Yes
iOS (7.0+)watchOS (3.2+)
└─
Name
Name
The name for this configuration.
stringrequired
Yes
iOS (7.0+)watchOS (3.2+)
└─
Authentication type
AuthenticationType
The authentication type.
stringoptionalPAP
Yes
iOS (7.0+)watchOS (3.2+)
└─
User name
Username
The user name.
stringoptional
Yes
iOS (7.0+)watchOS (3.2+)
└─
Password
Password
The password for the user.
stringoptional
Yes
iOS (7.0+)watchOS (3.2+)
└─
Supported IP Versions
AllowedProtocolMask
The Internet Protocol versions that the system supports. Allowed values: - `1`: IPv4 - `2`: IPv6 - `3`: Both
integeroptional
Yes
iOS (10.3+)
APNs
APNs
An array of access point name (APN) dictionaries.
1 subkey
arrayoptional
Yes
iOS (7.0+)watchOS (3.2+)
└─
APNsItem
APNsItem
A dictionary that contains details about an access point name (APN) configuration.
11 subkeys
dictionary
Yes
iOS (7.0+)watchOS (3.2+)
└─ └─
Name
Name
The name for this configuration.
stringrequired
Yes
iOS (7.0+)watchOS (3.2+)
└─ └─
Authentication type
AuthenticationType
The authentication type for logging in.
stringoptionalPAP
Yes
iOS (7.0+)watchOS (3.2+)
└─ └─
User name
Username
The user name for the APN.
stringoptional
Yes
iOS (7.0+)watchOS (3.2+)
└─ └─
Password
Password
The user's password for the APN.
stringoptional
Yes
iOS (7.0+)watchOS (3.2+)
└─ └─
Proxy server
ProxyServer
The proxy server's address.
stringoptional
No
└─ └─
Proxy port
ProxyPort
The proxy server's port number.
integeroptional
Yes
iOS (7.0+)watchOS (3.2+)
└─ └─
DefaultProtocolMask
DefaultProtocolMask
Deprecated (iOS 11.0)
The default Internet Protocol versions. Available in iOS 10.3 but no longer used in iOS 11 and later. Allowed values: - `1`: IPv4 - `2`: IPv6 - `3`: Both
integeroptional
Yes
iOS (10.3 - 11.0)
└─ └─
Supported IP Versions
AllowedProtocolMask
The Internet Protocol versions that the system supports. Available in iOS 10.3 and later. Allowed values: - `1`: IPv4 - `2`: IPv6 - `3`: Both
integeroptional
Yes
iOS (10.3+)
└─ └─
Supported Roaming IP Versions
AllowedProtocolMaskInRoaming
The Internet Protocol versions that the system supports while roaming. Available in iOS 10.3 and later. Allowed values: - `1`: IPv4 - `2`: IPv6 - `3`: Both
integeroptional
Yes
iOS (10.3+)
└─ └─
Supported Roaming IP Versions
AllowedProtocolMaskInDomesticRoaming
The Internet Protocol versions that the system supports while roaming. Available in iOS 10.3 and later. Allowed values: - `1`: IPv4 - `2`: IPv6 - `3`: Both
integeroptional
Yes
iOS (10.3+)
└─ └─
Enable XLAT464
EnableXLAT464
If `true`, the system enables XLAT464. Available in iOS 16 and later and watchOS 9 and later.
booleanoptionalfalse
Yes
iOS (16.0+)watchOS (9.0+)