-
Notifications
You must be signed in to change notification settings - Fork 33
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
Secure lock screen hasn't been set up #33
Comments
same tns 6.0.1 plugin 7.0.1 UPD: |
Have exactly the same issue. With useCustomAndroidUI set to false, it will work fine (asks for pattern or fingerprint, as setup in Settings->Security->Screenlock), but need to be able to customize the screen. Please, how can you change the fingerprint screen? @update I get to see now the new custom login screen though not been able to setup things like some of the texts (It was recognizing fingerprint before adding this line though) |
@kandangit what line did you add? I cannot see it. |
Updated the comment, the line was scrapped as it needed code formatting. Just did that, and a new compile/deploy. |
Hey, We are having similar issues. On android, when the user changes (adds/removes) a fingerprint in their phone settings, they can no longer use touch id within the app. This message shows within the console. Secure lock screen hasn't been set up. It is picking that there is results Bio available. { Any Ideas around this? Is this something that can be changed within the app of will the user have to manually update his security settings? Thanks! tns: 6.3 |
Experiencing the same issue, is this a phone setting or something I can control in app? |
@EddyVerbruggen is this a device issue? or the plugin itself? Any update about this? |
same issue here. Anyone managed to resolve this somehow? Everything works fine on iOS :/ |
For anyone trying to implement useCustomAndroidUI and getting the following message:
I was able to fix this by removing all of my registered biometric data from the phone I was testing on. I then re-added a finger print and the correct custom dialogue showed the next time I tested my app fingerprint login. Hope this helps someone, as I was ready to give up on this. |
It seems to work if you set the "use_password" string resource to an empty string in this file: https://github.com/EddyVerbruggen/nativescript-fingerprint-auth/blob/master/demo/app/App_Resources/Android/src/main/res/values/strings.xml
|
Have anyone figure out how to use FaceID in Android? I have setup a project, but for android is only returning biometrics but it doesn't return touch or face.? |
Hi,
When I set useCustomAndroidUI to true and change the AndroidManifiest.xml, y get the error:
{"code":30,"message":"Secure lock screen hasn't been set up.\n Go to "Settings -> Security -> Screenlock" to set up a lock screen."}
But, I test the app with a phone with screen lock setted by password!
If I change useCustomAndroidUI to false, It runs OK!
Please can you help me?
tns --versión: 4.0.1
Android: 6.0.1 (marshmallow)
The text was updated successfully, but these errors were encountered: