PayloadKit

APN

com.apple.apn.managed

The payload that configures access point names.

iOS 4.0+ · deprecated 7.0
Apple schema

Not available with User Enrollment · Only one instance per profile

Configuration Keys (2)

KeyTypeTitle
DefaultsDatarequired

The list of access point names (APNs).

dict
DefaultsDomainNamerequired

The domain name.

Range: com.apple.managedCarrier

string
apnsrequired

An array of APN dictionaries.

array
apnsItem

A dictionary that describes an APN configuration.

dict
apnrequired

The access point name.

string
username

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

string
password

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

data
proxy

The IP address or URL of the APN proxy.

string
proxyPort

The port number of the APN proxy.

integer