Skip to content

FreakyAli/Plugin.Maui.Biometric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plugin.Maui.Biometric

A biometric plugin for .NET MAUI, for Android and iOS

CodeFactor

Platforms

Support OS
iOS iOS 15.0 +
Android API 26+ (Oreo)

Like what you saw? Want to keep this repo alive?

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:

Sparkline

RepoBeats:

RepoBeats