---
title: supportsAppClipCodeTracking
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/arworldtrackingconfiguration/supportsappclipcodetracking
---

# supportsAppClipCodeTracking

A flag that indicates if the device tracks App Clip Codes.

## Declaration

```swift
class var supportsAppClipCodeTracking: Bool { get }
```

## Discussion

Discussion Devices require the Apple Neural Engine (ANE) to track App Clip Codes. The system sets this property to true if the device contains the ANE chip. The default value of this property is false. Call this function before setting appClipCodeTrackingEnabled.

## See Also

### Accessing App Clip Codes

- [Interacting with App Clip Codes in AR](appclip/interacting-with-app-clip-codes-in-ar.md)
- [appClipCodeTrackingEnabled](arkit/arworldtrackingconfiguration/appclipcodetrackingenabled.md)
- [ARAppClipCodeAnchor](arkit/arappclipcodeanchor.md)
