"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Request Android ARCore

Hello,

I'm doing an app that uses Vuforia Fusion (Vuforia + ARcore), the issue is that with ARcore the ground plane it's totally stable and I want to require the user to have ARcore installed on their device (obligatory). Tried this on the manifest:

<meta-data android:name="com.google.ar.core" android:value="required" />

and

<meta-data tools:replace="android:value" android:name="com.google.ar.core" android:value="required" />

But no success, the app keeps installing and running without asking for ARcore...

Any idea how I can do this? Thank you very much!