capacitor-biometric-auth icon indicating copy to clipboard operation
capacitor-biometric-auth copied to clipboard

Cannot read property 'isAvailable' of undefined.

Open Lkirankota opened this issue 4 years ago • 1 comments

Follow Step mentioned in Instruction . Bellow one is may package.json { "name": "biotest", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "postinstall": "jetifier", "private": true, "dependencies": { "@angular/common": "~9.1.6", "@angular/core": "~9.1.6", "@angular/forms": "~9.1.6", "@angular/platform-browser": "~9.1.6", "@angular/platform-browser-dynamic": "~9.1.6", "@angular/router": "~9.1.6", "@capacitor/android": "^2.2.0", "@capacitor/core": "2.2.0", "@ionic-native/core": "^5.0.7", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", "@ionic/angular": "^5.0.0", "capacitor-biometric-auth": "^0.1.0", "jetifier": "^1.6.6", "rxjs": "~6.5.1", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.901.5", "@angular/cli": "~9.1.5", "@angular/compiler": "~9.1.6", "@angular/compiler-cli": "~9.1.6", "@angular/language-service": "~9.1.6", "@capacitor/cli": "2.2.0", "@ionic/angular-toolkit": "^2.1.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "codelyzer": "^5.1.2", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~2.1.0", "karma-jasmine": "~3.0.1", "karma-jasmine-html-reporter": "^1.4.2", "protractor": "~5.4.3", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~3.8.3" }, "description": "An Ionic project" }

Creating apk and try to test but not working . is there any thing i am missing . @arielhernandezmusa .

When i try to debugge it in plugings list biomatric-auth is not showing.

Lkirankota avatar Jun 19 '20 14:06 Lkirankota

Also getting this on iOS, tried running npx cap sync which made building the app throw an error.

d0minYk avatar Jul 02 '20 18:07 d0minYk