Start a new topic

Instant Tracking Simple requires ARCore and app doesnt work

Hi, everybody,

I'm working with:
- Unity 2018.4.8f1
- Wikitude 8.10.0

When I load the Simple(Instant Tracking) scene I get a popup with the message: "This application requires the latest version of ARCore"

This shouldn't happen, if I run it on a phone that doesn't support ARCore, it should work with wikitude's SLAM, right?

I need help, please.

Thank you


Hi Mikel,


We're looking into the settings and setup and will let you know via the ticket or this post.


Thx and greetings

Nicola


1 person likes this

Good afternoon,


I'm still waiting for your answer/solution


Thank you,

Regards,

Hi Mikel,


Our team is currently checking why this behavior is happening. We can reproduce it and have an internal case open to fix it as soon as possible and of course if an update of the SDK is needed, we'll release a hotfix version.


Thx for your understanding and I'll let you know once I have anything further.

Nicola

Hi Nicola,


OK, I'll wait for your answer, thank you very much,

Greetings,


Mikel

Hi,


I am encountering this problem on my project :

- Unity 2019.3.0.f6

- Wikitude 8.10.0


Do you have any workaround ?


Thank you !



Hi,



It  seems that the issue is reproducible only when ARCore is set to  "required" in the "AndroidManifest.xml" file in your Unity project.
To fix this, simply change this line:
    <meta-data android:name="com.google.ar.core" android:value="required" />
to this:
    <meta-data android:name="com.google.ar.core" android:value="optional" />


I hope this helps.


Thx and greetings

Nicola




1 person likes this

Thank you Nicola, 

I was about to add this solution in the comments :)

Login or Signup to post a comment