Unable to check device supports eSIM.

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:

Code Block
CTCellularPlanProvisioning *provisioning = [[CTCellularPlanProvisioning alloc] init];
    BOOL supportseSIM = provisioning.supportsCellularPlan;


Kindly let me know is there any other way to check eSIM availability.

check your info.plist has CarrierDescriptors details








Any solutions for this issue?

Hi, have you got any solution? I have the same issue.

Unable to check device supports eSIM.
 
 
Q