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

# subscriberCellularProvider

Information about the user’s cellular service provider.

```
var subscriberCellularProvider: CTCarrier? { get }
```

## Discussion

A [`CTCarrier`](/documentation/CoreTelephony/CTCarrier) object that contains information about the user’s home cellular service provider. The home provider is the provider with whom the user has an account. This information is available immediately after you allocate and initialize the [`CTTelephonyNetworkInfo`](/documentation/CoreTelephony/CTTelephonyNetworkInfo) object.

---

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)