Is there any way to identify whether iPad supports eSIM

I'm in need to identify whether the iPad device has eSIM feature or not.

One of the apple document shows how to send eSIM carrier url to device. Please check below,

https://developer.apple.com/documentation/devicemanagement/update_the_esim_cellular_plan?language=objc

But i couldn't find any way in apple doc to check is that device supports eSIM feature

Please help here.

Thanks,
Muthuchelvam S
Hi Muthuchelvam,
Are you able to find the solution.
Please post here.
CTCellularPlanProvisioning will tell you whether device support eSIM or not

     let plan = CTCellularPlanProvisioning()
     print(plan.supportsCellularPlan())
Is there any way to identify whether iPad supports eSIM
 
 
Q