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

# checkAccessStatus(options:completionHandler:)

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

```
func checkAccessStatus(options: [VSCheckAccessOption : Any] = [:], completionHandler: @escaping @Sendable (VSAccountAccessStatus, (any Error)?) -> Void)
```

## Parameters

`options`

The options you use to check access status. For a list of possible options, see [`VSCheckAccessOption`](/documentation/VideoSubscriberAccount/VSCheckAccessOption).

`completionHandler`

The closure the account manager executes after it checks your app’s access status. This closure has no return value and takes the following parameters:

- accessStatus: The access status of your app. For a list of possible values, see [`VSAccountAccessStatus`](/documentation/VideoSubscriberAccount/VSAccountAccessStatus).
- error: An error object that contains information about a problem, or `nil` if the operation completed successfully.

## Discussion

---

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)