APN
com.apple.apn.managed
The payload that configures access point names.
iOS 4.0+ · deprecated 7.0
Apple schemaNot available with User Enrollment · Only one instance per profile
Configuration Keys (2)
| Key | Type | Title |
|---|---|---|
DefaultsDatarequiredThe list of access point names (APNs). | dict | — |
DefaultsDomainNamerequiredThe domain name. Range: com.apple.managedCarrier | string | — |
apnsrequiredAn array of APN dictionaries. | array | — |
apnsItemA dictionary that describes an APN configuration. | dict | — |
apnrequiredThe access point name. | string | — |
usernameThe user name. If missing, the device prompts for it during profile installation. | string | — |
passwordThe password for the user. For obfuscation purposes, the system encodes the password. If missing, the device prompts for the password during profile installation. | data | — |
proxyThe IP address or URL of the APN proxy. | string | — |
proxyPortThe port number of the APN proxy. | integer | — |