Contents

Cellular.APNsItem

A dictionary that contains details about an access point name (APN) configuration.

Declaration

object Cellular.APNsItem

Properties

NameTypeDescription
AllowedProtocolMaskinteger

The Internet Protocol versions that the system supports. Available in iOS 10.3 and later. Allowed values:

  • 1: IPv4

  • 2: IPv6

  • 3: Both

AllowedProtocolMaskInDomesticRoaminginteger

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

AllowedProtocolMaskInRoaminginteger

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

AuthenticationTypestring

The authentication type for logging in.

DefaultProtocolMaskinteger

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

EnableXLAT464boolean

If true, the system enables XLAT464. Available in iOS 16 and later and watchOS 9 and later.

Name Requiredstring

The name for this configuration.

Passwordstring

The user’s password for the APN.

ProxyPortinteger

The proxy server’s port number.

ProxyServerstring

The proxy server’s address.

Usernamestring

The user name for the APN.

See Also

Objects