As with #520 and others asking about the same issue, the Rg.Plugins.Popup.Popup class cannot be found, but this is in my UWP project, not Android
Rg.Plugins.Popup.Popup.Init(); used in the App.xaml.cs class in a Xamarin.Forms UWP project compiles without error.
On compilation, error CS0234 is thrown stating
The type or namespace name 'Popup' does not exist in the namespace 'Rg.Plugins.Popup' (are you missing an assembly reference?)
Try to initialize the plugin under UWP
Version: 2.0.0.2
Platform:
You have to set the minimum target to 10.0.17763 or higher.
keep in mind this is a Xamarin.Forms requirement
Most helpful comment
You have to set the minimum target to 10.0.17763 or higher.