---
title: ARKit
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/arkit
---

# ARKit

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

## Declaration

```data
object ARKit
```

## Properties

caption: A string that describes the contents of the ARKit stage. The text is  used for VoiceOver. For more information about VoiceOver, see the Vision page in Accessibility. role: Always arkit for this component. URL: A valid URL to a Universal Scene Description file (USD) file with extension .usdz, beginning with http://, https:// or bundle://. accessibilityCaption: A caption that describes the augmented reality experience. The text is used for VoiceOver. For more information about VoiceOver, see the Vision page in Accessibility. If you don’t provide accessibilityCaption, VoiceOver uses the caption value. anchor: An object that defines vertical alignment with another component. animation: An object that defines an animation you apply to the component. Use the none value for conditional design elements. Adding it here has no effect. behavior: An object that defines Behavior for a component, like Parallax or Springy. Use the none value for conditional design elements. Adding it here has no effect. conditional: An instance or array of component properties that you can apply conditionally, and the conditions that cause Apple News Format to apply them. explicitContent: This property indicates that the component may contain explicit or graphic content. hidden: A boolean value that determines whether the component is hidden. identifier: An optional unique identifier for this component. If you use identifier, it must be unique across the entire document. You need an identifier for your component if you want to anchor other components to it. layout: An inline ComponentLayout object that contains layout information, or a string reference to a ComponentLayout object that you define at the top level of the document. If you don’t define layout, size and position are based on various factors, such as the device type, the length of the content, and the role of this component. style: An inline ComponentStyle object that defines the appearance of this component, or a string reference to a ComponentStyle object that you define at the top level of the document. Use the none value for conditional design elements. Adding it here has no effect.

## Mentioned in

Preparing Image, Video, Audio, Music, and ARKit Assets

## Discussion

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. 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 {   "components": [     {       "role": "arkit",       "caption": "Lunar Lander",       "URL": "https://example.com/assets/lunar-lander/main.usdz"     }   ] }

## Relationships

### Inherits From

- [Component](applenewsformat/component.md)
