Hi Subareddy,
Please refer to this post https://developer.apple.com/forums/thread/662001
Also you need to update entitlement with below changes
<dict>
<key>com.apple.CommCenter.fine-grained</key>
<array>
<string>public-cellular-plan</string>
</array>
</dict>
Post
Replies
Boosts
Views
Activity
add eSIM support to your provision profile by raising request to Apple. Apple allows this only for network company.
CTCellularPlanProvisioning will tell you whether device support eSIM or not
let plan = CTCellularPlanProvisioning()
print(plan.supportsCellularPlan())
check your info.plist has CarrierDescriptors details