<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macOS: -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSAccountManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Video Subscriber Account"
    ],
    "preciseIdentifier" : "c:objc(cs)VSAccountManager"
  },
  "title" : "VSAccountManager"
}
-->

# VSAccountManager

The object that coordinates your app’s authentication requests with a TV provider’s authentication service.

```
class VSAccountManager
```

## Overview

The `VSAccountManager` object allows your app to request access from the user to communicate with their TV provider to understand system-level authentication status, send authentication requests for your app, and deep link to the TV Provider system settings.

## Topics

### Responding to account manager requests

[`delegate`](/documentation/VideoSubscriberAccount/VSAccountManager/delegate)

The delegate of the account manager object.

[`VSAccountManagerDelegate`](/documentation/VideoSubscriberAccount/VSAccountManagerDelegate)

The methods you use to respond to authentication view controller requests.

### Checking access status

[`-  checkAccessStatusWithOptions:completionHandler:`](/documentation/VideoSubscriberAccount/VSAccountManager/checkAccessStatus(options:completionHandler:))

Checks your app’s access to user subscription information, and requests access if needed.

[`VSCheckAccessOption`](/documentation/VideoSubscriberAccount/VSCheckAccessOption)

The options your app uses when checking access status.

[`VSAccountAccessStatus`](/documentation/VideoSubscriberAccount/VSAccountAccessStatus)

Constants that represent your app’s access status to the user’s subscription information.

### Enqueuing requests

[`-  enqueueAccountMetadataRequest:completionHandler:`](/documentation/VideoSubscriberAccount/VSAccountManager/enqueue(_:completionHandler:))

Submits a request for subscriber account information.

[`VSAccountMetadataRequest`](/documentation/VideoSubscriberAccount/VSAccountMetadataRequest)

An object that specifies what subscriber account information your app retrieves.

[`VSAccountMetadata`](/documentation/VideoSubscriberAccount/VSAccountMetadata)

A collection of information for a subscriber’s account.

[`VSAccountManagerResult`](/documentation/VideoSubscriberAccount/VSAccountManagerResult)

An object that represents a request made for subscriber account information.

[`VSAccountProviderResponse`](/documentation/VideoSubscriberAccount/VSAccountProviderResponse)

An object that contains the response from the account provider.

[`VSAccountProviderAuthenticationScheme`](/documentation/VideoSubscriberAccount/VSAccountProviderAuthenticationScheme)

Authentication schemes for account provider requests and responses.

### Deep linking to TV provider settings

[`VSOpenTVProviderSettingsURLString`](/documentation/VideoSubscriberAccount/VSOpenTVProviderSettingsURLString)

A URL string you use to deep link to the system’s TV Provider settings.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)