rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

Rg.Plugin v2.1 not Supported in UWP #727

Open herbzone127 opened 2 years ago

herbzone127 commented 2 years ago

🐛 Bug Report

Method Not Found Rg.Plugins.Popup.Popup.Init(); assembliesToInclude.AddRange(Rg.Plugins.Popup.Popup.GetExtraAssemblies());

Expected behavior

Reproduction steps

Configuration

Version: 2.1.0

Platform:

Limex10 commented 2 years ago

Im having the same problem, no solution found yet.

kumaresan-cgvak commented 2 years ago

@herbzone127 Increase the UWP Windows Min SDK Version to 10.0.18362

ElsaAM4Y commented 2 years ago

Have the same problem, increased to version 10.0.18362

albionmerovci commented 2 years ago

Hi @ElsaAM4Y @Limex10 , @herbzone127 I had the same problem when runing on Release mode in uwp. Mine was fixed by unchecking " Compile with .NET Native tool chain" in UWP-Properties-Build- general section Hope it helps