Hello,
As Bruce said, you should wrapper the native library (.a file) with a new iOS Binding Library project, then reference this project in your .NET-iOS project. See Xamarin.iOS binding project migration - .NET MAUI | Microsoft Learn
During this process, you should make the API definition (ApiDefinition.cs
and StructsAndEnums.cs
). There is no such MAUI (.net-ios) doc, please refer to Binding iOS Libraries - Xamarin | Microsoft Learn (This doc is about Xamarin, it applies to MAUI)
Best Regards,
Wenyan Zhang
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.