Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
/ BioID2 Public archive

Ionic template for facial recognition and fingerprint scanning.

License

Notifications You must be signed in to change notification settings

nlanson/BioID2

Repository files navigation

BioID2 📱

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.