Create an AAR and XCFramework from a .Net MAUI class library

Viewed 28

I am creating a .Net MAUI class library that will have some business logic.

enter image description here


I want to use this class library in native Android and iOS apps written with Kotlin, Java and Swift.

I am not sure if .Net supports this or is there any tool available like Embeddinator-4000 which could produce AAR/Jar for Android and Framework/XCFramework for iOS.


KMM would have been a great tool if I only wanted to support the mobile platforms, but I want to use this shared library in a Windows app too.

0 Answers
Related