ブログ - iPhone 13 Pro ソフトバンク「データ通信専用3GBプラン」のAPNプロファイルを作成する
iPhone 13 Pro ソフトバンク「データ通信専用3GBプラン」のAPNプロファイルを作成する
- ブロガー :
- ujpblog 2025/2/11 18:36
備忘録.
2年前に契約した「」のAPN設定用プロファイルを作成するサイトへのリンクなど.
新しいiOS APN configuration profile generatorを利用する
https://private.aseinet.com/?page=ios/ios-profile
設定して生成したプロファイルのファイル(.mobileconfig)をAirDropでiPhoneに転送してインストール.
2年前に契約した「」のAPN設定用プロファイルを作成するサイトへのリンクなど.
新しいiOS APN configuration profile generatorを利用する
https://private.aseinet.com/?page=ios/ios-profile
APN:sbm4glte
ユーザ名:data
パスワード:softbank
※5Gの場合は,APNをsb4gdualで設定すれば良い模様.
$ cat Softbank5G.mobileconfig🆑
<?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>ASEINet APN構成プロファイル</string>
</dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AttachAPN</key>
<dict>
<key>Name</key>
<string>sb4gdual</string>🈁
<key>AuthenticationType</key>
<string>CHAP</string>
<key>Username</key>
<string>data</string>🈁
<key>Password</key>
<string>softbank</string>🈁
</dict>
<key>APNs</key>
<array>
<dict>
<key>Name</key>
<string>sb4gdual</string>🈁
<key>AuthenticationType</key>
<string>CHAP</string>
<key>Username</key>
<string>data</string>🈁
<key>Password</key>
<string>softbank</string>🈁
</dict>
</array>
<key>PayloadDisplayName</key>
<string>SoftBank / iPad(4G契約, sbm4glte)</string>
<key>PayloadIdentifier</key>
<string>com.aseinet.cellular</string>
<key>PayloadOrganization</key>
<string>ASEINet.NE.JP</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>6B08253E-D5BB-4FC4-A5CD-825FB965B5AA</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>ASEINet APN Profile (Ver. 1.2)</string>
<key>PayloadDescription</key>
<string>Apply APN-setting to your iOS device. iOSにAPN設定の適用を行います。</string>
<key>PayloadIdentifier</key>
<string>com.aseinet</string>
<key>PayloadOrganization</key>
<string>ASEINet.NE.JP</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>560EB0FF-BE89-46C7-8DC9-6CA77E1A4453</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
$