Contents

APN.DefaultsData.ApnsItem

A dictionary that describes an APN configuration.

Declaration

object APN.DefaultsData.ApnsItem

Properties

NameTypeDescription
apn Requiredstring

The access point name.

Deprecated: iOS 7+ | iPadOS 7+

passworddata

The password for the user. For obfuscation purposes, the system encodes the password. If missing, the device prompts for the password during profile installation.

Deprecated: iOS 7+ | iPadOS 7+

proxystring

The IP address or URL of the APN proxy.

Deprecated: iOS 7+ | iPadOS 7+

proxyPortinteger

The port number of the APN proxy.

Deprecated: iOS 7+ | iPadOS 7+

usernamestring

The user name. If missing, the device prompts for it during profile installation.

Deprecated: iOS 7+ | iPadOS 7+