---
title: CTSubscriberInfo
framework: coretelephony
role: symbol
role_heading: Class
path: coretelephony/ctsubscriberinfo
---

# CTSubscriberInfo

An object that provides an array of cellular network subscribers.

## Declaration

```swift
class CTSubscriberInfo
```

## Overview

Overview Use the CTSubscriber instances provided by this class to identify individual subscribers by their carrierToken or identifier properties.

## Topics

### Getting Subscriber Information

- [subscribers()](coretelephony/ctsubscriberinfo/subscribers().md)
- [subscriber()](coretelephony/ctsubscriberinfo/subscriber().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Subscriber information

- [CTSubscriber](coretelephony/ctsubscriber.md)
- [CTSubscriberDelegate](coretelephony/ctsubscriberdelegate.md)
