<!--
{
  "availability" : [
    "iOS: 4.0.0 - 16.0.0",
    "iPadOS: 4.0.0 - 16.0.0",
    "macCatalyst: 13.1.0 - 16.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTCarrier/allowsVOIP",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "c:objc(cs)CTCarrier(py)allowsVOIP"
  },
  "title" : "allowsVOIP"
}
-->

# allowsVOIP

Indicates if the carrier allows making VoIP calls on its network.

```
var allowsVOIP: Bool { get }
```

## Discussion

A read-only Boolean value that is <doc://com.apple.documentation/documentation/Swift/true> if the carrier allows making VoIP calls on its network, or <doc://com.apple.documentation/documentation/Swift/false> if not.

If you configure a device for a carrier and then remove the SIM card, this property retains the Boolean value indicating the carrier’s policy regarding VoIP. If you then install a new SIM card, its VoIP policy Boolean replaces the previous value of this property.

---

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)