Community
Topic: Xamarin component
iOS
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
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
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.
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