xamarinxamarin.iosobjective-c++xamarin.ios-binding

How can I bind Objective-C++ in Xamarin?


I want to bind an Objective-C++ library in Xamarin. Is this possible? If so, how do I need to declare the namespace those methods are in and what do I put in the Export tags?


Solution

  • We have a very detailed documentation on Objective-C subject here: https://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/

    You can refer this answer for the Obj-C++ bindings

    https://stackoverflow.com/a/5249007/85606