Plugin.XF.AppInstallHelper icon indicating copy to clipboard operation
Plugin.XF.AppInstallHelper copied to clipboard

2.2.0 Version on Nuget is not implemented for Android 9

Open TekuSP opened this issue 3 years ago • 2 comments

image

Version 2.1.0 works fine.

TekuSP avatar Oct 17 '22 11:10 TekuSP

It's intended.

https://github.com/JimmyPun610/Plugin.XF.AppInstallHelper/blob/master/Plugin.XF.AppInstallHelper/NetStandard/InstallionHelper.cs

This file is not actually used when your project's platform is MonoAndroid or Xamarin.iOS :

https://github.com/JimmyPun610/Plugin.XF.AppInstallHelper/blob/master/Plugin.XF.AppInstallHelper/Plugin.XF.AppInstallHelper.csproj

UlyssesWu avatar Oct 27 '22 02:10 UlyssesWu

So this does not work with Xamarin Forms? Because one project is Native Android and one is .NET standard for Xamarin Forms.

TekuSP avatar Oct 27 '22 07:10 TekuSP