<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/CellularSettings",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings08CellularB0V"
  },
  "title" : "CellularSettings"
}
-->

# CellularSettings

Constraints on the user’s cellular networking settings.

```
struct CellularSettings
```

## Overview

Use `CellularSettings` to constrain the user’s ability to modify cellular settings in the Settings app.

## Topics

### Locking app access to cell data

[`lockAppCellularData`](/documentation/ManagedSettings/CellularSettings/lockAppCellularData-swift.property)

A Boolean value that indicates whether to prevent the user from changing cellular data settings.

[`lockAppCellularData`](/documentation/ManagedSettings/CellularSettings/lockAppCellularData-swift.type.property)

The metadata associated with the constraint that locks the cellular data setting.

### Locking the device’s cell plan

[`lockCellularPlan`](/documentation/ManagedSettings/CellularSettings/lockCellularPlan-swift.property)

A Boolean value that indicates whether to prevent the user from changing their cellular plan.

[`lockCellularPlan`](/documentation/ManagedSettings/CellularSettings/lockCellularPlan-swift.type.property)

The metadata associated with the constraint that locks the user’s cellular plan.

### Locking the device’s eSIM settings

[`lockESIM`](/documentation/ManagedSettings/CellularSettings/lockESIM-swift.property)

A Boolean value that indicates whether to prevent the user from changing their eSIM settings.

[`lockESIM`](/documentation/ManagedSettings/CellularSettings/lockESIM-swift.type.property)

The metadata associated with the constraint that locks the user’s eSIM settings.



---

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)