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?
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