No video

Adding Fingerprint Or Face Recognition To Your .NET MAUI App

  Рет қаралды 6,017

Gerald Versluis

Gerald Versluis

Күн бұрын

Пікірлер: 62
@jfversluis
@jfversluis 3 ай бұрын
Want to build your own plugin? Just a matter of minutes with this video kzbin.info/www/bejne/kHS0o599iZyAnqs
@bity-bite
@bity-bite 3 ай бұрын
We need a serverside push notification video for MAUI 😊
@jfversluis
@jfversluis 3 ай бұрын
Will Azure Notification Hub work?
@rostadeveloper
@rostadeveloper 3 ай бұрын
Please, make a video dedicated for cancellation tokens! ^^ I am waiting for it 6 months.. 😂
@jfversluis
@jfversluis 3 ай бұрын
Oops I hoped no one would have noticed that I asked before 🫣
@tanakamawere
@tanakamawere 3 ай бұрын
Same
@theshiva5020
@theshiva5020 3 ай бұрын
this is the exact this I was searching on the internet yesterday, I thought MAUI won't make this, I need to use Native Android, but Thanks Man.
@jfversluis
@jfversluis 3 ай бұрын
Under the hood this still uses native Android (and iOS) of course. This plugin is someone that did the work for you to make it easy to use with .NET MAUI :)
@hugovazquez5628
@hugovazquez5628 3 ай бұрын
I want a video about cancellation tokens please
@ricardoalejandroescalantem8217
@ricardoalejandroescalantem8217 3 ай бұрын
Excelente amigo Gerald !! Aunque no lo necesito por el momento, hace tiempo me preguntaba como hacerlo y que bueno saberlo antes de necesitarlo ...... Saludos desde León Gto Méx.😀
@jfversluis
@jfversluis 3 ай бұрын
Glad you still enjoyed watching it! At least now you know it exists for when you do need it 😉 thanks for being a fan!
@oscar_urp
@oscar_urp 11 күн бұрын
Me llamo mucho la atención un comentario en español jeje, igual soy de León GTO, y estamos en las mismas, no lo necesito de momento, pero nunca esta demás saber como hacerlo
@christianzaragoza7575
@christianzaragoza7575 Ай бұрын
Excelente aporte @jfversluis, consulta, hay posibilidad de agregar huellas desde una app windows y se puedan verificar desde una app android? Muchas gracias.
@JAVASCRIPT-mv3se
@JAVASCRIPT-mv3se 3 ай бұрын
Hi Bro, it's possible to fetch a biometric ID (like a fingerprint or face ID) and store it in a database (If Yes then How?). Thanks for this great Video ❤ 😊
@jfversluis
@jfversluis 3 ай бұрын
Watch the video and you’ll know the answer!
@davidpccode
@davidpccode Ай бұрын
Hi dear!! Tks for this amazing video. One question. In real life we need to retrieve som access-token o api keys. How do you manage this scenario for example a login oaut page that return an accesstoken how to bind this?
@marquardtsnell7916
@marquardtsnell7916 Ай бұрын
This is what we do, too! I don't have a work item for the biometrics, but "It's a demo, I can do what I want" (Not really *anything* I want, but I'll try to sneak it in if I can!)
@DeepWorksStudios
@DeepWorksStudios 3 ай бұрын
Awesome thanks for creating this video. I was looking for something like this for a long time :)
@jfversluis
@jfversluis 3 ай бұрын
A video is never far away 😉 thanks for watching!
@_rushas
@_rushas 3 ай бұрын
Great video. Also, would like to watch more about Cancellation Tokens.
@jfversluis
@jfversluis 3 ай бұрын
Thank you!
@paulvanlochem5668
@paulvanlochem5668 Ай бұрын
Thx again, please make a video about cancelation token :-)
@jfversluis
@jfversluis Ай бұрын
Thanks Paul! Will finally do 😂
@jerryrichards9613
@jerryrichards9613 3 ай бұрын
Thank you for the video. Exactly what I need. I am a little concerned about the number of Xamarin dependencies.
@jfversluis
@jfversluis 3 ай бұрын
Good luck implementing it!
@PrasadSampangi-gz6ty
@PrasadSampangi-gz6ty 3 ай бұрын
Can you please explain how to add face recognition in android it is accepting only fingerprint and alternates but not Face id.
@jfversluis
@jfversluis 3 ай бұрын
I think that depends on what is configured on the device. I was able to make it work with both fingerprint and face on Android
@ScottLaFoy
@ScottLaFoy Ай бұрын
Thank you for your video, it was helpful. I have 2 questions. 1 How can I use face id from the windows iOS simulator? I have been looking for a while and can not find it. 2 Is there a way to tell if the device has fingerprint or face id sensors so I can customize the text on the button? I don't want to ask a fingerprint user to log in with face id.
@jfversluis
@jfversluis Ай бұрын
Thanks! 1 I don’t think that’s possible so you’ll need to do it on the Mac directly or a physical device. 2 not sure. I dot think you can on iOS there you might need to detect the device and know if it has Face ID or Touch ID
@gabrielwembi808
@gabrielwembi808 3 ай бұрын
Thanks You're a life saver ❤️
@rianbello5445
@rianbello5445 3 ай бұрын
Hi Gerald, great video and very useful information. I haven't tried it yet, but can I use this for my Blazor Hybrid App? Thanks for your time and kindness in sharing knowledge with us.
@jfversluis
@jfversluis 3 ай бұрын
You can absolutely also use this in a Blazer Hybrid app!
@prithaguha3464
@prithaguha3464 2 ай бұрын
Hey I am a MAUI developer, working on biometrics functionality. I want to check if any fingerprint is added in the device Biometrics section. Is there any way to bifurcate that user has added face scan or fingerprint scan as biometrics for Maui Android I was trying to use Fingerprint Manager's Enrolled fingerprints but it seems to be deprecated
@SuperGulamali
@SuperGulamali 2 ай бұрын
The Plugin you seee in this video has a pre-release version that let's you check this with a new method i have added
@XELTRA1
@XELTRA1 2 ай бұрын
if i want use face recognition not fingerprint, which source code i have to chaged??
@jfversluis
@jfversluis 2 ай бұрын
You probably don't want to do that as not all devices have it. The best coverage is to do both! And to be honest I'm not even sure if you can specifically say you only want face recognition.
@michaloplt3351
@michaloplt3351 3 ай бұрын
Hello Gerald, thanks for the video! How should it be properly used in the MVVM pattern? Where is the correct location to put the authentication in?
@jfversluis
@jfversluis 3 ай бұрын
Using it with MVVM would require you to use it with dependency injection if you want to do it properly, but there is nothing stopping you from also using the static implementation there. All the rest of the code basically remains the same; whenever you want to secure something, call authentication first.
@Kaa1o
@Kaa1o 3 ай бұрын
Hello, I downloaded the test application from your repository and it works great authenticating using your finger. But face authentication isn't working. The phone I use for the tests is a Xiaomi Mi M9T that allows biometrics using the finger and face. You could make a demo version available using facial biometrics. Grateful
@jfversluis
@jfversluis 3 ай бұрын
Works fine here with a Google Pixel 8! You might want to report a bug on the repository of the plugin
@pratham_dev
@pratham_dev 3 ай бұрын
Hi Gerald, Can we have a video on how to create project environments in Maui ?
@jfversluis
@jfversluis 3 ай бұрын
What do you mean by project environments?
@pratham_dev
@pratham_dev 3 ай бұрын
@@jfversluis I mean Project Configuration like Debug and Release. How can I create different configurations like Debug-Dev and Release-Dev,etc ?
@deaasaleh3613
@deaasaleh3613 3 ай бұрын
Great video 👍 I have to try it
@jfversluis
@jfversluis 3 ай бұрын
Let me know how it goes!
@Leodinc
@Leodinc 3 ай бұрын
Very cool! Is it possible to check whether a device has the biometric functionalities and only if so use this plugin? I would like to implement this into an application but i'm not sure every user has biometric available on his device, and my fear is that these user will always see the fail popup... Any ideas?
@jfversluis
@jfversluis 3 ай бұрын
Yep! github.com/FreakyAli/Plugin.Maui.Biometric/wiki/Enums#biometrichwstatus
@abughagha9124
@abughagha9124 3 ай бұрын
Does it work on maui app targetting windows as well? If so, I'll be waiting for your incoming video of its implementation for windows 😊🙏🏻
@jfversluis
@jfversluis 3 ай бұрын
Check out github.com/oscoreio/Maui.Biometric
@hermanreyes2400
@hermanreyes2400 2 ай бұрын
is this plugin compatible with .net 7? and also make a video using vs for Mac. I don't have Mac, I just want to know how it works with macOS. thanks
@jfversluis
@jfversluis 2 ай бұрын
You’ll have to check the NuGet page for that. Also .NET 7 for .NET MAUI is out of support so you probably want to update to .NET 8 anyway
@hermanreyes2400
@hermanreyes2400 2 ай бұрын
@@jfversluis Thanks for the reply. I will be looking forward to watch the finger and face plugin for Mac (iOS). thanks
@rdg-Tech
@rdg-Tech 3 ай бұрын
we need a video how to connect one rest api on local host net maui using nrock
@jfversluis
@jfversluis 3 ай бұрын
Access Localhost From the Internet Using Ngrok kzbin.info/www/bejne/h3jKeWuMZ8eUfM0 And Connect Any Client, Anywhere to localhost with Visual Studio Dev Tunnels! kzbin.info/www/bejne/l6vYdGuJe62Kppo
@marquardtsnell7916
@marquardtsnell7916 Ай бұрын
@@jfversluis I use the second one at work, it's perfect for what we needed for a POC backend that hasn't been deployed yet!
@josedonizeteoliveirajunior1744
@josedonizeteoliveirajunior1744 3 ай бұрын
another excellent video
@jfversluis
@jfversluis 3 ай бұрын
Appreciate it, thank you!
@enricoroselino7557
@enricoroselino7557 3 ай бұрын
windows pc is healthy again !
Material Design & Free Controls for .NET MAUI with UraniumUI
16:30
Gerald Versluis
Рет қаралды 16 М.
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 63 М.
Survive 100 Days In Nuclear Bunker, Win $500,000
32:21
MrBeast
Рет қаралды 159 МЛН
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 71 МЛН
SPILLED CHOCKY MILK PRANK ON BROTHER 😂 #shorts
00:12
Savage Vlogs
Рет қаралды 46 МЛН
123 GO! Houseによる偽の舌ドッキリ 😂👅
00:20
123 GO! HOUSE Japanese
Рет қаралды 4,7 МЛН
Accessing Native Platform APIs in .NET MAUI
23:51
James Montemagno
Рет қаралды 18 М.
How to Generate PDFs in .NET Apps (2024)
19:15
Gerald Versluis
Рет қаралды 5 М.
Can @aratek-biometrics ' ARATEK A600 Finger Scanner be integrated with @dotnet .NET MAUI in Android?
5:55
How This New Battery is Changing the Game
12:07
Undecided with Matt Ferrell
Рет қаралды 43 М.
Highly Customizable Popups for .NET MAUI with Mopups
18:20
Gerald Versluis
Рет қаралды 30 М.
.NET MAUI Barcode & QR Code Scanning Like a PRO!
12:03
James Montemagno
Рет қаралды 18 М.
SpaceX Finally Adresses Important Starship Catch Problem!
20:37
What about it!?
Рет қаралды 65 М.
What you need to know about the Story in Satisfactory
6:33
Coffee Stain Studios
Рет қаралды 243 М.
Survive 100 Days In Nuclear Bunker, Win $500,000
32:21
MrBeast
Рет қаралды 159 МЛН