Hi All,
I have enabled eSIM entitlements to check eSIM, but we are getting the status of eSIM supportsCellularPlan is always false.
We are using the below code to check eSIM available or not:
Kindly let me know is there any other way to check eSIM availability.
I have enabled eSIM entitlements to check eSIM, but we are getting the status of eSIM supportsCellularPlan is always false.
We are using the below code to check eSIM available or not:
Code Block CTCellularPlanProvisioning *provisioning = [[CTCellularPlanProvisioning alloc] init]; BOOL supportseSIM = provisioning.supportsCellularPlan;
Kindly let me know is there any other way to check eSIM availability.