Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
761 stars 304 forks source link

CrossMediaManager.Current.Init() exception #915

Open pjakessonVS opened 2 weeks ago

pjakessonVS commented 2 weeks ago

Hello, I try to use your very promising Nuget library in order to play music from websites, and retrieve music information of current playing song.

I have created a XAML/WPF .NET 7.0 project in Visual Studio, and added the Plugin.MediaManager .v.1.2.2, but I get an exception at CrossMediaManager.Current.Init() in my code, with the following error message:

'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'

What am I doing wrong/missing?

Many thanks in advance

Per

Sweden