MvvmCross.Plugins.Fingerprint
1.4.6-beta3
See the version list below for details.
dotnet add package MvvmCross.Plugins.Fingerprint --version 1.4.6-beta3
NuGet\Install-Package MvvmCross.Plugins.Fingerprint -Version 1.4.6-beta3
<PackageReference Include="MvvmCross.Plugins.Fingerprint" Version="1.4.6-beta3" />
<PackageVersion Include="MvvmCross.Plugins.Fingerprint" Version="1.4.6-beta3" />
<PackageReference Include="MvvmCross.Plugins.Fingerprint" />
paket add MvvmCross.Plugins.Fingerprint --version 1.4.6-beta3
#r "nuget: MvvmCross.Plugins.Fingerprint, 1.4.6-beta3"
#:package MvvmCross.Plugins.Fingerprint@1.4.6-beta3
#addin nuget:?package=MvvmCross.Plugins.Fingerprint&version=1.4.6-beta3&prerelease
#tool nuget:?package=MvvmCross.Plugins.Fingerprint&version=1.4.6-beta3&prerelease
Authenticate a user via fingerprint from a cross platform API.
Product | Versions 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. net10.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
Universal Windows Platform | uap10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 0.0
- MvvmCross.Platform (>= 4.0.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- MvvmCross.Platform (>= 4.0.0)
-
UAP 1.0
- MvvmCross.Platform (>= 4.0.0)
-
Xamarin.iOS 0.0
- MvvmCross.Platform (>= 4.0.0)
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,910 | 5/4/2022 |
2.1.5 | 22,596 | 1/22/2022 |
2.1.4 | 24,202 | 4/13/2021 |
2.1.3 | 2,735 | 12/17/2020 |
2.1.2 | 11,536 | 9/30/2020 |
2.1.2-beta.8 | 544 | 3/29/2020 |
2.1.2-beta.7 | 428 | 3/29/2020 |
2.1.2-beta.6 | 344 | 3/29/2020 |
2.1.2-beta.4 | 393 | 3/26/2020 |
2.1.1 | 5,625 | 3/13/2020 |
2.1.0 | 749 | 3/12/2020 |
2.0.0 | 1,713 | 2/14/2020 |
2.0.0-alpha.6 | 667 | 1/12/2020 |
2.0.0-alpha.5 | 362 | 12/9/2019 |
1.4.9 | 23,136 | 12/11/2018 |
1.4.8 | 868 | 12/11/2018 |
1.4.7 | 8,976 | 4/26/2018 |
1.4.6 | 12,886 | 3/18/2018 |
1.4.6-beta4 | 2,419 | 12/2/2017 |
1.4.6-beta3 | 986 | 11/27/2017 |
1.4.6-beta2 | 2,154 | 8/21/2017 |
1.4.6-beta1 | 1,036 | 7/25/2017 |
1.4.5 | 14,098 | 7/7/2017 |
1.4.4 | 1,389 | 5/21/2017 |
1.4.3 | 2,065 | 3/30/2017 |
1.4.2 | 14,263 | 2/4/2017 |
1.4.1 | 1,211 | 1/25/2017 |
1.4.0 | 1,359 | 1/5/2017 |
1.4.0-rc2 | 1,105 | 1/5/2017 |
1.4.0-rc1 | 1,066 | 1/5/2017 |
1.4.0-rc | 1,080 | 1/5/2017 |
1.3.0 | 1,355 | 10/13/2016 |
1.3.0-beta5 | 1,012 | 10/9/2016 |
1.3.0-beta4 | 1,134 | 9/22/2016 |
1.3.0-beta3 | 1,360 | 9/21/2016 |
1.3.0-beta2 | 1,032 | 9/8/2016 |
1.3.0-beta1 | 1,073 | 8/7/2016 |
1.2.0 | 1,612 | 6/15/2016 |
1.1.1-beta | 1,071 | 5/6/2016 |
1.1.0 | 1,825 | 5/1/2016 |
[1.4.6-beta3]
- #83 prevent NullRefereneceException and catch others if service is not available on Android
[1.4.6-beta2]
- #75 fix crash at onPause on Samsung devices
- #73 display help string for recoverable errors
[1.4.6-beta1]
- #29 fix crash on device lock during authentication
[1.4.5]
- #53, #70 fixed possible crash on some samsung devices without fingerprint sensor
[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