---
title: CTCellularPlanStatusAvailability
framework: Core Telephony
role: symbol
role_heading: Enumeration
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: coretelephony/ctcellularplanstatusavailability
---

# CTCellularPlanStatusAvailability

Constants that indicate whether the device has a cellular plan for the given phone number.

## Declaration

```swift
enum CTCellularPlanStatusAvailability
```

## Overview

Overview The getHintForPhoneNumber(_:completion:) method returns this value alongside a CTCellularPlanStatusAvailabilityConfidence value in its completion handler.

## Topics

### Determining availability

- [CTCellularPlanStatusAvailability.available](coretelephony/ctcellularplanstatusavailability/available.md)
- [CTCellularPlanStatusAvailability.unavailable](coretelephony/ctcellularplanstatusavailability/unavailable.md)

### Creating an availability state

- [init(rawValue:)](coretelephony/ctcellularplanstatusavailability/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting a cellular plan status hint

- [getHintForPhoneNumber(_:completion:)](coretelephony/ctcellularplanstatus/gethintforphonenumber(_:completion:).md)
- [CTCellularPlanStatusAvailabilityConfidence](coretelephony/ctcellularplanstatusavailabilityconfidence.md)
