PizzaHead
PizzaHead

Reputation: 968

Xamarin UWP: Video Player components dont seem to work with Compile with .NET Native tool chain turned on

Video player libraries doesnt seem to work when ran with UWP with flag "Compile with .NET Native tool chain" turned on. Has anyone found a way to make them work with native?

Same data on debug mode and store environment.

I've tried two different video player libraries now, so I know its not the library and something to do with UWP Compile with .NET Native tool chain flag.

No exceptions or anything, just blank screen.

Upvotes: 0

Views: 33

Answers (1)

PizzaHead
PizzaHead

Reputation: 968

I had to reference the video component renderer in the app.cs assemblies and now it works for .net native tool chain.

Upvotes: 1

Related Questions