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. Allowed values:

  • 1: IPv4

  • 2: IPv6

  • 3: Both

Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+

AllowedProtocolMaskInDomesticRoaminginteger

The Internet Protocol versions that the system supports while roaming. Allowed values:

  • 1: IPv4

  • 2: IPv6

  • 3: Both

Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+

AllowedProtocolMaskInRoaminginteger

The Internet Protocol versions that the system supports while roaming. Allowed values:

  • 1: IPv4

  • 2: IPv6

  • 3: Both

Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+

AuthenticationTypestring

The authentication type for logging in.

DefaultProtocolMaskinteger

The default Internet Protocol versions. Allowed values:

  • 1: IPv4

  • 2: IPv6

  • 3: Both

Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ Deprecated: iOS 11+ | iPadOS 11+

EnableXLAT464boolean

If true, the system enables XLAT464.

Available: iOS 16+ | iPadOS 16+ | watchOS 9+

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