Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
287 views
in Technique[技术] by (71.8m points)

Xamarin.forms plugin.FingerPrint can't be added to my Project

I've to implement in my project fingerprint/faceid functions, and I wa trying to add the plugin.Fingerprint, but I've had this message when I added to my PCL project:

Could not install package 'Cross.Plugins.Fingerprint 2.1.3'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile78', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

I tried all the stable versions of the plugin, I tried to look around for compatibility specs but with no success. Can anyone help me?

PS: I can't use Xamarin.Essentials I tried to use it, but I've a strange issue with a webview on android project: can't navigate anymore on hyperlink.

thanks in advance to the one who answer me.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Plugins.Fingerprint 2.1.3 is not supported for .NETPortable. check here.

change to .NET Standart if possible, if not then try to find another plugin


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...