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

# CTCellularPlanStatusAuthorization

Constants that indicate the authorization status for accessing cellular plan information for a phone number.

```
enum CTCellularPlanStatusAuthorization
```

## Overview

The [`requestAuthorization(forPhoneNumber:completion:)`](/documentation/CoreTelephony/CTCellularPlanStatus/requestAuthorization(forPhoneNumber:completion:)) and [`getAuthorizationStatus(forPhoneNumber:completion:)`](/documentation/CoreTelephony/CTCellularPlanStatus/getAuthorizationStatus(forPhoneNumber:completion:)) methods return a value of this type in their completion handlers.

## Topics

### Determining an authorization state

[`case authorized`](/documentation/CoreTelephony/CTCellularPlanStatusAuthorization/authorized)

A status that indicates the person granted authorization to access cellular plan status information for the phone number.

[`case notAuthorized`](/documentation/CoreTelephony/CTCellularPlanStatusAuthorization/notAuthorized)

A status that indicates the person didn’t grant authorization, or explicitly denied it.

[`case restricted`](/documentation/CoreTelephony/CTCellularPlanStatusAuthorization/restricted)

A status that indicates a feature is unavailable for the given phone number.

[`case notSupported`](/documentation/CoreTelephony/CTCellularPlanStatusAuthorization/notSupported)

A status that indicates the system can’t determine authorization.

### Creating an authorization state

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

Initializes an authorization status.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)