Community

Topic: Xamarin component

iOS

Sean McCurley
Wednesday, January 17, 2018

Hi there,
i'm trying to setup a xamarin/iOS project however I am getting errors from the RecognitionViewController and can't build. I'm not sure if I need to add something to the project as the overload methods are saying, "no suitable method found to override" and it not recognising PKTRecognitionController, IPKTIRecognitionListener.
Any Help on this would be greatly appreciated!
Thanks

user profile image
Support Team  (expert)
Thursday, January 18, 2018

Hi,
you would like to use the following Xamarin/iOS tutorial.
Please check that the Pikkart SDK Nuget version used should be 3.1.1
Regards

Benedikt Adamitzki
Wednesday, March 14, 2018

The problem occurs because the RecognitionViewcontroller contained in the RecognitionViewController.cs belonging to the provided sample code package inherits from PKTRecognitionController instead of PKTCameraController as it should according to the sample description. Change it accordingly in the source code and off it goes.

user profile image
Support Team  (expert)
Thursday, March 15, 2018

Hi,
our current iOS released SDK (3.1.5) use PKTCameraController as base class for local and cloud markers recognition.
Please try to use our current released tutorial from this link: https://goo.gl/Ukfk59.
Regards

Sign in to add a comment