Ursin Brunner
Ursin Brunner

Reputation: 2420

Use a Xamarin library in native iOS/Android apps

We are using xamarin for a while now and developed different apps/libs with it. Now we need to integrate one of the core libraries/component we developed during the last years in native apps. Background: We do a project with a partner who is using native development and we need to integrate our library in his environment/his apps.

So there will be two native apps (iOS/Android) and our core library will be part of them. The question therefore: Is there a way to integrate a xamarin library (or simply C# code, written with xamarin) into the two native apps? Or do we need to completely rewrite the code in Java/Swift?

The library has no third-party libraries except ofc the .NET framework.

Thanks for sharing your experience in this matter!

Upvotes: 4

Views: 1209

Answers (1)

Jason
Jason

Reputation: 89082

AFAIK there is no way to take a Xamarin .NET library and use it in a native (Java/Obj-C/Swift) platform app.

Upvotes: 3

Related Questions