<!--
{
  "availability" : [
    "iOS: 14.3.0 -",
    "iPadOS: 14.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARGeoTrackingConfiguration/supportsAppClipCodeTracking",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARGeoTrackingConfiguration(cpy)supportsAppClipCodeTracking"
  },
  "title" : "supportsAppClipCodeTracking"
}
-->

# supportsAppClipCodeTracking

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

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

## Discussion

Devices require the Apple Neural Engine (ANE) to track App Clip Codes. The system sets this property to <doc://com.apple.documentation/documentation/Swift/true> if the device contains the ANE chip. The default value of this property is <doc://com.apple.documentation/documentation/Swift/false>.

Call this function before setting [`appClipCodeTrackingEnabled`](/documentation/ARKit/ARWorldTrackingConfiguration/appClipCodeTrackingEnabled).

---

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)