Creating Play Instant apps using ARCore

  • ARCore works with Play Instant Apps, allowing users to try AR experiences without installing the full app.

  • Unlike conventional apps, AR Instant Apps require manual checks and requests for Google Play Services for AR installation using specific methods.

  • AR Instant Apps have size constraints, with the ARCore SDK contributing a portion to the overall size limit.

ARCore is compatible with Play Instant Apps, an Android feature that enables apps and games to launch on devices running Android 5.0 (API level 21) or higher without having to first be installed. By providing an instant experience, you can improve your app or game's discovery, which helps drive more active users and create lower friction experiences.

Differences compared to conventional apps

Next steps