<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/CellularSettings/lockAppCellularData-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings08CellularB0V07lockAppC4DataSbSgvp"
  },
  "title" : "lockAppCellularData"
}
-->

# lockAppCellularData

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

```
var lockAppCellularData: Bool? { get set }
```

## Discussion

Use this setting to prevent the user from changing which apps on their device can use cellular data.
If your app doesn’t constrain this setting, this value is `nil`.

---

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)