Publish AR apps in the Google Play Store

  • Your app must meet ARCore's User Privacy Requirements before publishing on Google Play Store.

  • Apps can be classified as "AR Required" (AR essential for functionality) or "AR Optional" (AR features enhance but aren't necessary).

  • AR Required apps are only visible on ARCore-supported devices and automatically install/update Google Play Services for AR.

  • AR Optional apps can run on any device but require runtime checks for ARCore support and Google Play Services for AR availability, prompting users to update or install if needed.

Before publishing your app on the Google Play Store, you must decide whether it's AR Required or AR Optional.

  • AR Required means that your app is not usable without AR, and makes your app available only on devices that support ARCore.

  • AR Optional means that your app includes one or more AR features that are activated only if the device supports ARCore, but the app can be installed and run on devices that don't support ARCore.

This classification (whether an app is AR Required or AR Optional) affects the user's Play Store experience in the following ways:

  • AR Required apps are not shown on unsupported devices.

  • When a user installs or updates an AR Required app, the Google Play Store indicates that Google Play Services for AR is required, and automatically either installs it if it's not installed or updates it if it's out of date.

  • When a user installs or updates an AR Optional app, Google Play Services for AR is not automatically installed or updated. AR Optional apps must implement two runtime checks:

Next steps

Learn how to add ARCore functionality to your apps: