---
title: CTCellularPlanProvisioning
framework: coretelephony
role: symbol
role_heading: Class
path: coretelephony/ctcellularplanprovisioning
---

# CTCellularPlanProvisioning

An object you use to download and install a carrier eSIM.

## Declaration

```swift
class CTCellularPlanProvisioning
```

## Overview

Overview This class is only available to carrier apps with the com.apple.CommCenter.fine-grained entitlement, where the entitlement’s array of values includes public-cellular-plan.

## Topics

### Provisioning an eSIM

- [supportsCellularPlan()](coretelephony/ctcellularplanprovisioning/supportscellularplan().md)
- [supportsEmbeddedSIM](coretelephony/ctcellularplanprovisioning/supportsembeddedsim.md)
- [addPlan(request:properties:completionHandler:)](coretelephony/ctcellularplanprovisioning/addplan(request:properties:completionhandler:).md)
- [addPlan(with:completionHandler:)](coretelephony/ctcellularplanprovisioning/addplan(with:completionhandler:).md)
- [CTCellularPlanProvisioningAddPlanResult](coretelephony/ctcellularplanprovisioningaddplanresult.md)

### Updating eSIM information

- [update(_:completionHandler:)](coretelephony/ctcellularplanprovisioning/update(_:completionhandler:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### eSIM

- [CTCellularPlanProvisioningRequest](coretelephony/ctcellularplanprovisioningrequest.md)
- [CTCellularPlanProperties](coretelephony/ctcellularplanproperties.md)
- [CTCellularPlanCapability](coretelephony/ctcellularplancapability.md)
