Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为用户制作一个包含敏感信息的应用程序。我实现了 face id 和 touch id,但是 face id 非常快,我想确保用户没有误按我的应用程序中的按钮。
为此,我想在应用商店中实现侧面按钮上的双击。
我阅读了 Apple 关于人脸 ID、LocalAuthentication 和 LAContext 的文档,但没有找到任何相关信息?有什么方法可以获取此免责声明或检测侧面按钮上的双击?
不,您无法抓住侧面按钮的双击。您需要制作自己的自定义 UI,在成功使用 Face ID 后但在采取行动之前进行确认。
如果您想要简单直观的东西,请使用UIAlertController操作表样式。
UIAlertController