I have just tested v5.1.4-3.2.1 under the iOS 10 public 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.
N
Nino Suess
said
about 7 years ago
Same here, any news on this?
A
Andreas Schacherbauer
said
about 7 years ago
Hi, You can ignore this message. It works just fine ;) We will release a developer channel update within the next days that solves this issue.
Best regards,
Andreas
N
Nino Suess
said
about 7 years ago
Where are we with that update?
I cannot ignore this message since I have to check if the device supports the features with isDeviceSupportedForRequiredFeatures. This method return an error and the message mentioned above.
Thanks.
A
Andreas Schacherbauer
said
about 7 years ago
Hi Nino, You don't necessarily have to use the 'isDeviceSupportedForRequiredFeatures' function. A first developer channel build is available here. You can also find the download link on wikitude.com/download and then select the 'Beta' tab.
Simply replace the .framework in your existing project with the one you downloaded.
Best regards,
Andreas
N
Nino Suess
said
about 7 years ago
Thanks for getting back to me so quickly. Do you have a roadmap when the next version is final? I don't necessary want to use the beta sdk for my final app version.
Thanks
A
Andreas Schacherbauer
said
about 7 years ago
Hi Nino, We scheduled one last SDK 5.x update end of August. So far we only have some issues with the CMMotionManager in iOS 10. Not sure if we can resolve this ourself or if we need to wait for more beta builds from Apple. However, our plan is to release the next Wikitude SDK update at least with the GM of iOS 10. With that you should be able to update your app just in time for iOS 10.
Best regards,
Andreas
H
Hideaki Fukao
said
about 7 years ago
How to replace the .framework in my "cordova" project?
A
Andreas Schacherbauer
said
about 7 years ago
Hi Hideaki, You can download a pre-release version of our Cordova plugin here. Simply install it like any other local plugin.
Best regards,
Andreas
N
Nino Suess
said
about 7 years ago
Hi Andreas
Any updates on the final sdk?
Thanks for an answer asap.
- Nino
H
Hideaki Fukao
said
about 7 years ago
Thank you for your reply! I just test the pre-release version of Cordova plugin. It's working now!!
However, I found a bug when using "app.wikitudePlugin.captureScreen" on this pre-release plugin. Only a blackback image was created when trying to capture screen. Any progress on fixing this bug?
Thank you in advance! Hideaki
A
Andreas Schacherbauer
said
about 7 years ago
Hi, Yesterday we released our SDK 5.3.0 which is fully iOS 10 compatible.
If you want to save a screenshot to your device photo library, please make sure that the `NSPhotoLibraryUsageDescription` key is present in your application .plist file.
Best regards,
Andreas
H
Hideaki Fukao
said
about 7 years ago
Hi!
Many thanks for your help. Your support really is outstanding!!
Hideaki Fukao