Skip to main content

Building for iOS

Enable ARKit Plugin

Enable ARKit plug-in provider by selecting Edit > Project Settings from the topbar menu, and navigate to XR Plug-in Management.

Setup iOS Player Settings

Open iOS player settings from selecting Edit > Project Settings from the topbar menu, navigate to Player from the Project Settings sidebar and select the iOS tab.

  • Set Target minimum iOS Version to 11.0 or higher

    target-minimum-ios-11

  • Set Architecture to ARM64

    ios-arm64-arch

  • Set required usage description e.g.,

    • Camera Usage Description is necessary for using the AR features.

    • If you are using Map Selection feature, set the Location Usage Description

      ios-usage-description

Once you have followed all the steps listed above, your project should be ready to build your application for iOS devices. You can follow the standard iOS build process for Unity, and run it on your device.