---
title: carrierName
framework: coretelephony
role: symbol
role_heading: Instance Property
path: coretelephony/ctcarrier/carriername
---

# carrierName

The name of the user’s home cellular service provider.

## Declaration

```swift
var carrierName: String? { get }
```

## Discussion

Discussion The carrier provides this string, formatting it for presentation to the user. The value does not change if the user is roaming; it always represents the provider with which the user has an account. If you configure a device for a carrier and then remove the SIM card, this property retains the name of the carrier. If you then install a new SIM card, its carrier name replaces the previous value of this property. The value for this property is nil if the user never configured a carrier for the device.

## See Also

### Getting Information About the Cellular Service Provider

- [allowsVOIP](coretelephony/ctcarrier/allowsvoip.md)
- [isoCountryCode](coretelephony/ctcarrier/isocountrycode.md)
- [mobileCountryCode](coretelephony/ctcarrier/mobilecountrycode.md)
- [mobileNetworkCode](coretelephony/ctcarrier/mobilenetworkcode.md)
