Closed pwasem closed 8 years ago
I am also facing issue in iOS 10 beta 2 version. It saying "The device is not compatible to access".
Hi, we released a so called 'developer release' just a few days ago which fixes this issue. Geo AR will not work until the next developer release which will go live in the upcoming week.
I have tested v.5.2.0 with iOS10 and v4.0.0 of Cordova iOS Engine, but when I have calling the startWorld() method, nothing happens, but on Android device, working normaly.
Hi sandroweb, Here is a download link for a pre-release version of our Cordova plugin that supports iOS 10. We're planning to make an update public available by end of this week/beginning of next week.
thx for the update, i have just deployed it to my iOS 10 device and it works as expected!
I downloaded the pre-release version, but occured the same problem on iOS 10:
Hi @sandroweb, did you add the NSCameraUsageDescription
key to your application .plist file?
Thanks @AndreasSchacherbauerWikitude!
You need insert this at plugin.xml
:
<config-file parent="NSCameraUsageDescription" target="*-Info.plist">
<string>Type here your usage description</string>
</config-file>
I have just tested v5.1.4-3.2.1 under the first iOS 10 beta and unfortunately got this error when trying to open the plugin:
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.