Start a new topic

Xamarin.iOS wikitude SDK 5.3.0 faild to run on iOS 10

Xamarin.iOS wikitude SDK 5.3.0 faild to run on iOS 10


hi all

I cant build and run even sample file or trial licence of wikitude SDK 5.3.0 on iOS 10,  I got this message error:

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

but it works perfectly on iOS 9.3  ..!!!

Please some one help me.

Xamarin Version 6.1.1 (build 15)

Xamarin.iOS Version: 10.0.1.10 (Xamarin Business)

Wikitude SDK 5.3.0

Hi sajjad,
My guess is a missing camera usage description.

iOS 10 requires a usage description for the camera. For our Xamarin example application this is added in our latest developer channel release. You can either download the Wikitude Xamarin Component from wikitude.com/download and select the beta tab or add the NSCameraUsageDescription key to your applicaitons .plist file yourself.

Best regards,

Andreas

hi , Thanks alot. I should add this privacy to .infoplist

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app?s Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Best Regards
Login or Signup to post a comment