---
title: isSupported
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/dataprovider/issupported
---

# isSupported

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

## Declaration

```swift
static var isSupported: Bool { get }
```

## Discussion

Discussion For example, data providers are not supported in Simulator.

## See Also

### Inspecting a data provider type

- [requiredAuthorizations](arkit/dataprovider/requiredauthorizations.md)
