MvvmCross.Plugins.Fingerprint 1.4.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvvmCross.Plugins.Fingerprint --version 1.4.4
                    
NuGet\Install-Package MvvmCross.Plugins.Fingerprint -Version 1.4.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvvmCross.Plugins.Fingerprint" Version="1.4.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MvvmCross.Plugins.Fingerprint" Version="1.4.4" />
                    
Directory.Packages.props
<PackageReference Include="MvvmCross.Plugins.Fingerprint" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MvvmCross.Plugins.Fingerprint --version 1.4.4
                    
#r "nuget: MvvmCross.Plugins.Fingerprint, 1.4.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MvvmCross.Plugins.Fingerprint&version=1.4.4
                    
Install MvvmCross.Plugins.Fingerprint as a Cake Addin
#tool nuget:?package=MvvmCross.Plugins.Fingerprint&version=1.4.4
                    
Install MvvmCross.Plugins.Fingerprint as a Cake Tool

Authenticate a user via fingerprint from a cross platform API.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed.  net9.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Universal Windows Platform uap10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-beta.1 6,251 5/4/2022
2.1.5 22,064 1/22/2022
2.1.4 24,124 4/13/2021
2.1.3 2,670 12/17/2020
2.1.2 11,397 9/30/2020
2.1.2-beta.8 481 3/29/2020
2.1.2-beta.7 364 3/29/2020
2.1.2-beta.6 287 3/29/2020
2.1.2-beta.4 337 3/26/2020
2.1.1 5,547 3/13/2020
2.1.0 688 3/12/2020
2.0.0 1,656 2/14/2020
2.0.0-alpha.6 610 1/12/2020
2.0.0-alpha.5 304 12/9/2019
1.4.9 23,023 12/11/2018
1.4.8 808 12/11/2018
1.4.7 8,800 4/26/2018
1.4.6 12,718 3/18/2018
1.4.6-beta4 2,297 12/2/2017
1.4.6-beta3 859 11/27/2017
1.4.6-beta2 1,722 8/21/2017
1.4.6-beta1 923 7/25/2017
1.4.5 13,970 7/7/2017
1.4.4 1,265 5/21/2017
1.4.3 1,938 3/30/2017
1.4.2 14,146 2/4/2017
1.4.1 1,083 1/25/2017
1.4.0 1,243 1/5/2017
1.4.0-rc2 982 1/5/2017
1.4.0-rc1 943 1/5/2017
1.4.0-rc 962 1/5/2017
1.3.0 1,237 10/13/2016
1.3.0-beta5 891 10/9/2016
1.3.0-beta4 1,015 9/22/2016
1.3.0-beta3 1,240 9/21/2016
1.3.0-beta2 909 9/8/2016
1.3.0-beta1 955 8/7/2016
1.2.0 1,490 6/15/2016
1.1.1-beta 940 5/6/2016
1.1.0 1,574 5/1/2016

[1.4.4]
       - #60 allow alternative authentication via PIN / password (iOS only)
       - allow custon fallback title on Mac
       [1.4.3]
       - #45: fixed UWP nuget package
       [1.4.2]
       - #43: fixed crash when fast tapping on cancel or fallback on Android
       [1.4.1]
       - #40: fixed crash on iOS < 8.0
       [1.3.0]
       - support for Samsung devices
       - support for .NET standard
       - support for dialog localization
       - animations on Android
       - bugfixes
       [1.2.0]
       - fixed plugin loader bug
       - iOS: invalidate fingerprint after each authentication