Baseflow / XamarinMediaManager

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

UWP: System.NotImplementedException in MediaManager.dll #865

Closed tungox6 closed 1 year ago

tungox6 commented 2 years ago

🐛 Bug Report

My first try with MediaManager: Works well with Android. On UWP, I got NotImplementedException when calling CrossMediaManager.Current.Init()

Expected behavior

Reproduction steps

Configuration

Version: 1.1.1

Platform: (Xamarin UWP Project)

0xJins commented 2 years ago

@tungox6 I got the same problem! But I fixed it. I change the platform minimum target version of uwp project >= 10.0.18362.0!