Xamarin.iOS

The Anyline Xamarin.iOS SDK provides the functionality of our Native iOS SDK in C# to make the iOS integration in Xamarin as easy as possible.

Essentially, the Anyline Xamarin.iOS SDK is a Binding Library that wraps around the native Anyline SDK for iOS, so that all native Objective-C code can be easily invoked via C# calls.

If you want to gain a deeper understanding on how this works, or if you plan on porting a native Objective-C library to C#, the official Xamarin website offers a guide on how to bind an Objective-C library.

By the end of the following section, you will have a Xamarin.iOS project with Anyline integrated, and basic configuration to start scanning right away.