项目作者: nlanson

项目描述 :
Ionic template for facial recognition and fingerprint scanning.
高级语言: TypeScript
项目地址: git://github.com/nlanson/BioID2.git
创建时间: 2020-09-08T05:04:45Z
项目社区:https://github.com/nlanson/BioID2

开源协议:MIT License

下载


BioID2 :iphone:

iOS Biometric Authentication Demo App


Uses FaceID and TouchID to unlock app and then lock the app after 4seconds for module demo.



Preview on Browser

Clone repo and install dependencies”


npm install


Use Ionic CLI to host on a local NodeJS server:


ionic serve



Deploy to iOS

Clone and install dependencies:


npm install


Build .xcodeproj using Ionic CLI:


ionic cordova build ios --prod


Open the .xcodeproj file located in platforms/ios.
Connect your phone via USB and select it as run target.
Click on the Run button on Xcode and run the app on your device.

If Xcode throws a signing error, go to “Signing and Capabilities” tab, rename the “Bundle Identifier” and hit “Try Again”
Once resolved, click on the Run button on Xcode and run the app on your device.