<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTCellularPlanStatusAvailability",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "c:@E@CTCellularPlanStatusAvailability"
  },
  "title" : "CTCellularPlanStatusAvailability"
}
-->

# CTCellularPlanStatusAvailability

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

```
enum CTCellularPlanStatusAvailability
```

## Overview

The [`getHintForPhoneNumber(_:completion:)`](/documentation/CoreTelephony/CTCellularPlanStatus/getHintForPhoneNumber(_:completion:)) method returns this value alongside a [`CTCellularPlanStatusAvailabilityConfidence`](/documentation/CoreTelephony/CTCellularPlanStatusAvailabilityConfidence) value in its completion handler.

## Topics

### Determining availability

[`case available`](/documentation/CoreTelephony/CTCellularPlanStatusAvailability/available)

A status that indicates the phone number has an active cellular plan on the device.

[`case unavailable`](/documentation/CoreTelephony/CTCellularPlanStatusAvailability/unavailable)

A status that indicates the phone number’s cellular plan is inactive or the system can’t determine the status.

### Creating an availability state

[`init?(rawValue: Int)`](/documentation/CoreTelephony/CTCellularPlanStatusAvailability/init(rawValue:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)