Hello,
This is not feasible. C# libraries are not compiled into XCFramework and Jar formats. If you have a need to reference C# in a native project, you can search for how to call the methods in the Dll on the respective platform.
For native platform development with references to MAUI, it is more recommended that you create native .Net Android and iOS apps. In Visual Studio they are called Android Applition and iOS Application. Afterwards, you can embed references to MAUI in your native project with this document.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.