<!--
{
  "availability" : [
    "Apple News Format: 1.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleNews",
  "identifier" : "/documentation/AppleNewsFormat/ARKit",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple News Format"
    ],
    "preciseIdentifier" : "data:news_format:ARKit"
  },
  "title" : "ARKit"
}
-->

# ARKit

The component for adding an augmented reality (AR) experience to your article.

```
object ARKit
```

## Discussion

Augmented reality (AR) creates user experiences that add 2D or 3D elements to the live view from a device’s camera in a way that makes those elements appear to inhabit the real world. ARKit combines device motion tracking, camera scene capture, advanced scene processing, and display conveniences to simplify the task of building an AR experience. See [`ARKit`](/documentation/AppleNewsFormat/ARKit).

Displaying ARKit content in Apple News requires an iOS or iPadOS device with an A9 or later processor.

> Important:
> The ARKit feature can’t be previewed on iOS versions earlier than iOS 12. If you are using News Preview, ensure you have Xcode 9 or later installed.

### Example

```json
{
  "components": [
    {
      "role": "arkit",
      "caption": "Lunar Lander",
      "URL": "https://example.com/assets/lunar-lander/main.usdz"
    }
  ]
}
```

---

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)