<!--
{
  "availability" : [
    "iOS: 8.0.0 - 11.0.0",
    "iPadOS: 8.0.0 - 11.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.10.0 - 10.13.0",
    "tvOS: 9.0.0 - 11.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.0.0 - 4.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKOperation/allowsCellularAccess",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CKOperation(py)allowsCellularAccess"
  },
  "title" : "allowsCellularAccess"
}
-->

# allowsCellularAccess

A Boolean value that indicates whether the operation can send data over the cellular network.

```
var allowsCellularAccess: Bool { get set }
```

## Discussion

When you send or receive many records, or when you send records with large assets, you might set this property to <doc://com.apple.documentation/documentation/Swift/false> to avoid consuming too much of the user’s cellular data bandwidth. The default value is <doc://com.apple.documentation/documentation/Swift/true>.

When this property is <doc://com.apple.documentation/documentation/Swift/false>, the operation fails if Wi-Fi isn’t available.

---

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)