The payload that configures access point names.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
DefaultsData DefaultsData Deprecated (iOS 7.0) The list of access point names (APNs). 1 subkey | dictionary | required | — | ✓Yes | iOS (4.0 - 7.0) |
└─ apns apns Deprecated (iOS 7.0) An array of APN dictionaries (\`APN.DefaultsData.Apns\`). 1 subkey | array | required | — | ✓Yes | iOS (4.0 - 7.0) |
└─ └─ apnsItem apnsItem Deprecated (iOS 7.0) A dictionary that describes an APN configuration. 5 subkeys | dictionary | — | ✓Yes | iOS (4.0 - 7.0) | |
└─ └─ └─ apn apn Deprecated (iOS 7.0) The access point name. | string | required | — | ✓Yes | iOS (4.0 - 7.0) |
└─ └─ └─ username username Deprecated (iOS 7.0) The user name. If missing, the device prompts for it during profile installation. | string | optional | — | ✓Yes | iOS (4.0 - 7.0) |
└─ └─ └─ password password Deprecated (iOS 7.0) 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 | optional | — | ✓Yes | iOS (4.0 - 7.0) |
└─ └─ └─ proxy proxy Deprecated (iOS 7.0) The IP address or URL of the APN proxy. | string | optional | — | ✓Yes | iOS (4.0 - 7.0) |
└─ └─ └─ proxyPort proxyPort Deprecated (iOS 7.0) The port number of the APN proxy. | integer | optional | — | ✓Yes | iOS (4.0 - 7.0) |
DefaultsDomainName DefaultsDomainName Deprecated (iOS 7.0) The domain name. | string | required | — | ✓Yes | iOS (4.0 - 7.0) |