Skip to content

Instantly share code, notes, and snippets.

@rnorth
Created September 2, 2015 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnorth/fe1b3f2e4eda50edd6a8 to your computer and use it in GitHub Desktop.
Save rnorth/fe1b3f2e4eda50edd6a8 to your computer and use it in GitHub Desktop.
iOS 9 compatible APN settings mobileconfig file for Japan B-Mobile SIM Free Data
<?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>ConsentText</key>
<dict>
<key>default</key>
<string>B-Mobile SIM フルーdata</string>
</dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AttachAPN</key>
<dict>
<key>Name</key>
<string>bmobile.ne.jp</string>
<key>AuthenticationType</key>
<string>CHAP</string>
<key>Username</key>
<string>bmobile@spd</string>
<key>Password</key>
<string>bmobile</string>
</dict>
<key>APNs</key>
<array>
<dict>
<key>Name</key>
<string>bmobile.ne.jp</string>
<key>AuthenticationType</key>
<string>CHAP</string>
<key>Username</key>
<string>bmobile@spd</string>
<key>Password</key>
<string>bmobile</string>
</dict>
</array>
<key>PayloadDescription</key>
<string>Provides customization of carrier Access Point Name.</string>
<key>PayloadDisplayName</key>
<string>Advanced Settings</string>
<key>PayloadIdentifier</key>
<string>org.rnorth.bmobile</string>
<key>PayloadOrganization</key>
<string>rnorth</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>6B08253E-D5BB-4FC4-A5CD-825FB965B5A1</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>(Cellular) B-Mobile SIM フルーdata</string>
<key>PayloadDisplayName</key>
<string>(Cellular) B-Mobile SIM フルーdata</string>
<key>PayloadIdentifier</key>
<string>jp.rnorth.bmobile</string>
<key>PayloadOrganization</key>
<string>rnorth</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>560EB0FF-BE89-46C7-8DC9-6CA77E1A4454</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