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

# VSAccountApplicationProvider

An object to display app-specific providers in your app.

```
class VSAccountApplicationProvider
```

## Overview

The `VSAccountApplicationProvider` object represents an app account provider to be added to the list of already available system TV providers in your app.

## Topics

### Creating an application provider

[`init(localizedDisplayName:identifier:)`](/documentation/VideoSubscriberAccount/VSAccountApplicationProvider/init(localizedDisplayName:identifier:))

Returns an application provider using a given display name and identifier.

### Application provider details

[`identifier`](/documentation/VideoSubscriberAccount/VSAccountApplicationProvider/identifier)

A string that identifies a provider.

[`localizedDisplayName`](/documentation/VideoSubscriberAccount/VSAccountApplicationProvider/localizedDisplayName)

The display name of the provider as it will appear in the list of providers.



---

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)