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

# CTCellularDataRestrictedState

The possible states of the cellular data policy.

```
enum CTCellularDataRestrictedState
```

## Topics

### Constants

[`kCTCellularDataNotRestricted`](/documentation/CoreTelephony/CTCellularDataRestrictedState/notRestricted)

A state that allows access to cellular data.

[`kCTCellularDataRestricted`](/documentation/CoreTelephony/CTCellularDataRestrictedState/restricted)

A state that denies access to cellular data.

[`kCTCellularDataRestrictedStateUnknown`](/documentation/CoreTelephony/CTCellularDataRestrictedState/restrictedStateUnknown)

A state whose access to cellular data is unknown.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)