简体   繁体   English

如何在 flutter 中对 android 和 iOS 进行面部身份验证

[英]How to do face id authentication for both android and iOS in flutter

Hi I try to look for resource about authentication using face id in flutter that available for both android and iOS.嗨,我尝试在 flutter 中查找有关使用面部 ID 进行身份验证的资源,该资源可用于 android 和 iOS。 I have try to search some resources, but most of them say that face id only available in iOS.我尝试搜索一些资源,但大多数人都说面部 id 仅在 iOS 中可用。 are there any guides or resources that I can read to use face id auth for both android and iOS?是否有任何指南或资源可供我阅读以对 android 和 iOS 使用 face id 身份验证?

The FaceID, pattern unlock etc are done on the device. FaceID、图案解锁等都是在设备上完成的。 It can't be customised to suit our need eg I wanted to use face recognition on iOS to use in my Flutter app but it's not possible.它无法根据我们的需要进行定制,例如我想在 iOS 上使用人脸识别以在我的 Flutter 应用程序中使用,但这是不可能的。

Secondly, to have face id on Android the device needs to provide this feature.其次,要在 Android 上拥有 face id,设备需要提供此功能。 Eg Pixel 4 can do it but it is not possible in most of the Android phones.例如,Pixel 4 可以做到,但在大多数 Android 手机中是不可能的。

In case this question is connected to this : Even on iOS, the FaceID, TouchID tells you whether the user is authorised or not.如果这个问题与有关:即使在 iOS 上,FaceID、TouchID 也会告诉您用户是否被授权。 However, we can't get the face/touch parameters so as to store it in our database.但是,我们无法获取面部/触摸参数以便将其存储在我们的数据库中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android和IOS的混乱中获取设备ID - How to get Device Id in flutter of both Android and IOS Android(Ionic)中的面部身份验证 - Face Id authentication in android (Ionic) 在颤振中在android中实现人脸ID - implementing face id in android in flutter React-Native中android的人脸ID认证 - Face Id Authentication for android in React-Native 自定义 Flutter 应用程序中的 Native Alert 对话框,用于 iOS 或 Android 以实现 Face Id - Customize The Native Alert dialog in flutter applicaton for iOS or Android for Face Id implementation 如何使用 flutter 在 android 和 IOS 中连续振动手机 - How to continuously vibrate phone in both android and IOS using flutter 如何使闪屏背景在颤动中透明(适用于 Android 和 IOS)? - How to make the splash screen background transparent in flutter (for both Android and IOS)? GCM:如何为Android和ios应用程序使用相同的发件人ID? - GCM: How to use same sender id for both android and ios app? android 和 ios 的 React Native 指纹认证 - React Native fingerprint authentication for android and ios both flutter 变体使用flutter_flavorizr - 如何自定义应用程序图标(android 和 IOS)? - flutter variant flavors using flutter_flavorizr - how to customize app icon (both android and IOS)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM