---
title: excludeCellularServices
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nevpnprotocol/excludecellularservices
---

# excludeCellularServices

A Boolean value that indicates whether the system excludes all cellular services network traffic from the tunnel.

## Declaration

```swift
var excludeCellularServices: Bool { get set }
```

## Mentioned in

Routing your VPN network traffic

## Discussion

Discussion If this property is true, the system excludes cellular services — such as Wi-Fi Calling, MMS, SMS, and Visual Voicemail — but only when the includeAllNetworks property is also true. This property doesn’t impact services that use the cellular network only — such as VoLTE — which the system automatically excludes. NETransparentProxyManager doesn’t support this property. The default value for this property is true.

## See Also

### Routing network traffic

- [includeAllNetworks](networkextension/nevpnprotocol/includeallnetworks.md)
- [excludeAPNs](networkextension/nevpnprotocol/excludeapns.md)
- [excludeLocalNetworks](networkextension/nevpnprotocol/excludelocalnetworks.md)
- [enforceRoutes](networkextension/nevpnprotocol/enforceroutes.md)
