Hi
I am developing a .NET Maui application targeting Android and iOS.
I installed the ACRCloudSdkCore nuget package.
When I am using the acrCloudRecognizer.RecognizeAsync(bytes) method I get the System.DllNotFoundException: 'libacrcloud_extr_tool'.
Do I need to create a windows console or web api project to target this SDK and then make requests to that API from my .NET Maui project and fetch the result like that or is there another solution?
Hi
I am developing a .NET Maui application targeting Android and iOS.
I installed the ACRCloudSdkCore nuget package.
When I am using the acrCloudRecognizer.RecognizeAsync(bytes) method I get the System.DllNotFoundException: 'libacrcloud_extr_tool'.
Do I need to create a windows console or web api project to target this SDK and then make requests to that API from my .NET Maui project and fetch the result like that or is there another solution?