iOS Biometric Authentication Demo App
Uses FaceID and TouchID to unlock app and then lock the app after 4seconds for module demo.
Clone repo and install dependencies"
npm install
Use Ionic CLI to host on a local NodeJS server:
ionic serve
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.