<!--
{
  "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/VSAccountAccessStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Video Subscriber Account"
    ],
    "preciseIdentifier" : "c:@E@VSAccountAccessStatus"
  },
  "title" : "VSAccountAccessStatus"
}
-->

# VSAccountAccessStatus

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

```
enum VSAccountAccessStatus
```

## Topics

### Statuses

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

The user denied the app access to subscription information.

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

The user allowed the app to access subscription information.

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

The user hasn’t chosen whether to allow the app to access subscription information.

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

The app isn’t allowed to access subscription information.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)