<!--
{
  "availability" : [
    "macOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/DataProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit12DataProviderP"
  },
  "title" : "DataProvider"
}
-->

# DataProvider

A source of live data from ARKit.

```
protocol DataProvider : AnyObject, CustomStringConvertible, Sendable
```

## Overview

Most providers supply an asynchronous sequence of updated anchors for the provider’s data type. For example, a [`HandTrackingProvider`](/documentation/ARKit/HandTrackingProvider) instance’s [`anchorUpdates`](/documentation/ARKit/HandTrackingProvider/anchorUpdates) property gives updates over time for hand anchors.

## Topics

### Inspecting a data provider

[`state`](/documentation/ARKit/DataProvider/state)

The current status of data coming from this provider.

### Inspecting a data provider type

[`requiredAuthorizations`](/documentation/ARKit/DataProvider/requiredAuthorizations)

The kinds of authorization you need to use a particular data provider type.

[`isSupported`](/documentation/ARKit/DataProvider/isSupported)

A Boolean value that indicates whether the current runtime environment supports a particular provider type.



---

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)