ios - Is it possible to write code in Xamarin (C#) and then compile it into a library (.a) that I can use in Objective-C? -
ios - Is it possible to write code in Xamarin (C#) and then compile it into a library (.a) that I can use in Objective-C? -
is possible write code in xamarin (c#) , compile library (.a) can utilize in objective-c/swift?
then, if same java/adroid, write logic in mutual c# , rest of app in native environment.
no.
the xamarin bindings work one-way - xamarin can consume native code, native code cannot consume xamarin.
c# ios xamarin .a
Comments
Post a Comment