Start a new topic

iOS 10.0.2 is not supported by Wikitude V5.2.0

iOS 10.0.2 is not supported by Wikitude V5.2.0


I got this error when trying to open the plugin on my iPhone:

"This device does not support the requirements to perform 2D tracking. 

The iOS version on this device ('10.0') is not supported. Wikitude SDK requires iOS 6 or later."

 

-----------------------------------------------------

Device: iPphone 5s;

iOS: 10.0.2

Cordova: 6.3.1

wikitude plugin: 5.2.0

 

Any solution/suggestion about this error?

 

Thanks!

Got same error after updating to Wikitude V5.3.0

:(

Solved by update Wikitude to V5.3.0

and do not forget to insert those lines at plugin.xml:

<config-file parent="NSCameraUsageDescription" target="*-Info.plist">
<string>Type here your usage description</string>
</config-file>

 

I'm still seeing this issue, using iOS 10.0.3 and Wikitude Cordova Plugin 5.3.0-3.3.1. It's working fine on Android, and on iOS 9.

I've added the NSCameraUsageDescription config into the file at plugins/com.wikitude.phonegap.WikitudePlugin/plugin.xml under the <platform name="ios"> section.

Any idea what I'm doing wrong?
Login or Signup to post a comment