<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 8.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/URLRequest/allowsCellularAccess",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation10URLRequestV20allowsCellularAccessSbvp"
  },
  "title" : "allowsCellularAccess"
}
-->

# allowsCellularAccess

A Boolean value indicating whether the request is allowed to use the built-in cellular radios to satisfy the request.

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

## Discussion

Setting this property to `true` makes the request eligible to run over cellular, subject to other considerations (including, but not limited to, the [`URLSessionConfiguration`](/documentation/Foundation/URLSessionConfiguration)’s [`allowsCellularAccess`](/documentation/Foundation/URLSessionConfiguration/allowsCellularAccess) property). Setting this value to `false` ensures that the request will never run over cellular.

## See Also

[`waitsForConnectivity`](/documentation/Foundation/URLSessionConfiguration/waitsForConnectivity)

A Boolean value that indicates whether the session should wait for connectivity to become available, or fail immediately.



---

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)