Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (30 loc) · 868 Bytes

File metadata and controls

34 lines (30 loc) · 868 Bytes

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.