Xamarin: Libraries support -


i want use c++ library (static/dynamic) on xamarin.android , xamarin.ios project. should c++ library static or dynamic in order used on both xamarin.android , xamarin.ios projects, i'm thinking of using c# dllimport/swig tool use c++ library c#.

(i heard ios forbids usage of dynamic libraries in apps.) can best approach me?

thanks!

you correct, ios not allow use dynamic libraries, @ least ios must build c++ library static library.

i believe both static , dynamic library work fine on android, there doesn't matter choose.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -