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:
CTCellularPlanProvisioning *provisioning = [[CTCellularPlanProvisioning alloc] init];
BOOL supportseSIM = provisioning.supportsCellularPlan;
Kindly let me know is there any other way to check eSIM availability.
Topic:
App & System Services
SubTopic:
Hardware
Tags:
iPhone
Provisioning Profiles
Objective-C
Core Telephony