We have introduced APN settings specific to each operating system. The Get Package V2 endpoint now returns OS-specific APN settings while keeping the original APN value for backward compatibility.
The new APN settings for both iOS and Android devices are tailored to optimize connectivity based on the operating system. Both iOS and Android settings include a manual apn_type
with the apn_value
ensuring a consistent and high-quality connection for all users.
The original APN value is retained for backward compatibility, so your current configuration should remain unaffected. However, you can opt to update your settings to the OS-specific values.
Sample response for the new OS-specific APN attributes:
"apn": {
"ios": {
"apn_type": "manual",
"apn_value": "globaldata"
},
"android": {
"apn_type": "manual",
"apn_value": "globaldata"
}
},
If you encounter any connectivity issues after updating to the new APN settings, please contact our support team.
Provide them with details of the issue, the ICCID, your device type, and the operating system version. Our team will assist you in troubleshooting the problem and ensuring your device is correctly configured.