Skip to content

Instantly share code, notes, and snippets.

@mpampols
Created July 18, 2014 22:38
Show Gist options
  • Save mpampols/22bc39a8660906feacf6 to your computer and use it in GitHub Desktop.
Save mpampols/22bc39a8660906feacf6 to your computer and use it in GitHub Desktop.
Cellular payload mobileconfig for RACCtel compatible with iOS 8 beta
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>APNs</key>
<array>
<dict>
<key>Name</key>
<string>internet.euskaltel.mobi</string>
<key>Username</key>
<string>CLIENTE</string>
<key>Password</key>
<string>EUSKALTEL</string>
</dict>
</array>
<key>PayloadDescription</key>
<string>Provides customization of carrier Access Point Name.</string>
<key>PayloadDisplayName</key>
<string>APN</string>
<key>PayloadIdentifier</key>
<string>com.racctel.es.apn1</string>
<key>PayloadOrganization</key>
<string>RACC</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>AD1853F9-CAF1-4F6E-AF9C-C7DF4F59362E</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>APN RACCtel</string>
<key>PayloadDisplayName</key>
<string>APN RACCtel</string>
<key>PayloadIdentifier</key>
<string>com.racctel.es</string>
<key>PayloadOrganization</key>
<string>RACC</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>96094F89-E010-4C13-8CCD-6B0A12D23F8A</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment