Awesome
Plugin.Maui.Biometric
A biometric plugin for .NET MAUI, for Android and iOS
<div> <a href="https://www.nuget.org/packages/Plugin.Maui.Biometric"><img src="https://img.shields.io/nuget/v/Plugin.Maui.Biometric?color=blue&logo=nuget"></a> <a href="https://www.nuget.org/packages/Plugin.Maui.Biometric"><img src="https://img.shields.io/nuget/dt/Plugin.Maui.Biometric.svg"></a> <a href="./LICENSE"><img src="https://img.shields.io/github/license/freakyali/plugin.maui.biometric"></a> <a href="https://www.codefactor.io/repository/github/freakyali/plugin.maui.biometric"><img src="https://www.codefactor.io/repository/github/freakyali/plugin.maui.biometric/badge" alt="CodeFactor" /></a> </div>Platforms
Support | OS |
---|---|
iOS | iOS 15.0 + |
Android | API 26+ (Oreo) |
Like what you saw? Want to keep this repo alive?
Note
Community PR's for the other platforms are welcome but I will personally not be able to maintain the other platforms, due to shortage of time and unavailablity of devices for testing.
Introduction:
Add the following permissions for Android and iOS:
AndroidManifest.xml
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
Info.plist
<key>NSFaceIDUsageDescription</key>
<string>Need your face to unlock! </string>
No runtime permission requests are needed and this is it you're ready to use our plugin!!
Documentation:
Visit our wiki for the documentation
Activity
Sparkline:
RepoBeats: