Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TouchId not working with ionic4 #88

Open
amarjitsingh65 opened this issue Dec 5, 2019 · 0 comments
Open

TouchId not working with ionic4 #88

amarjitsingh65 opened this issue Dec 5, 2019 · 0 comments

Comments

@amarjitsingh65
Copy link

ionic4 TouchId and FaceId not working as expected. I have installed.
“cordova-plugin-touch-id”: “^3.4.0”,
“@ionic-native/touch-id”: “^5.3.0”,

if (this._platform.is(‘ios’)) {

    this.touchId.isAvailable()
        .then(
            res => {
                console.log('TouchID is available!')
                this.touchIdLabel = "TOUCH ID";
            },
            err => {
                console.error('TouchID is not available', err)
                this.touchIdLabel = err;
            }
        );

}

It gives error: “Plugin_not_installed”,

I also tried with other versions:

“@ionic-native/touch-id”: “^5.17.1”,
“cordova-plugin-touch-id”: “^3.4.0”,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant