Questions tagged [passcode]
39 questions
12
votes
5 answers
How to check support of Touch ID, Face Id ,Password and pattern lock in React-Native
I am using react-native-fingerprint-scanner for Touch ID, Face Id, Passcode authentication.
Touch ID is working for me but How can I check if device support or not?
I have tried using react-native-touch-id but it is not for Face Id on android.
Is…

Sagar
- 5,273
- 4
- 37
- 50
5
votes
1 answer
Android: How to set passcode/PIN for my app only?
I am working on an app where I need to set security feature by setting passcode/password/pin for the user so that whenever they open the app from the background, the app asks for password/passcode/pin. I read a few articles/solutions like this but…

Kishan Solanki
- 13,761
- 4
- 85
- 82
5
votes
4 answers
class Androidx.legacy.widget.space not found for Passcode View
This activity was originally working but then it suddenly stopped working and it showed me this error. I'm not sure how to fix it and I don't recall removing anything from my app.gradle files but does anyone know how to solve it? Any help would be…

Joshua Sim
- 51
- 1
- 3
3
votes
2 answers
Is it possible to authenticate using only the passcode, even device has touch id capability in ios, swift
I want to authenticate only using the PassCode even device has the Touch ID Feature. I'm using .deviceOwnerAuthentication evaluate policy method. when I use this,
If user has enrolled touch id --> alway ask for touch id
If use hasn't enrolled…

caldera.sac
- 4,918
- 7
- 37
- 69
2
votes
1 answer
Check FaceID is enabled or not
I want to get the string for the current lock type used in the device, whether it is FaceID, touchID or PassCode. Below is my code :-
func getBiometricType() -> String {
var biometricType: Global.BiometricType {
let context =…

ashForIos
- 399
- 1
- 5
- 18
2
votes
0 answers
Pin Unlock Screen React Native
Does React-Native community has any package or custom implementation that provides custom Pin/Passcode Unlock Overlay Screen like Default Android/iOS device unlocks screen without opening Keyboard.
Ref Images:
Android Unlock Screen
iOS Unlock Screen

Harshit Saxena
- 153
- 1
- 9
2
votes
0 answers
present viewcontroller on top from app delegate
so i've spent the last 5-6 hours trying to get this one feature to work and i've run into a couple of pitfalls in my implementation and limits of understanding. I've tried a couple of methods:
Method 1 :
func applicationWillEnterForeground(_…

cisco21
- 47
- 7
2
votes
2 answers
How to use passcode lock scene in my app?
Actually, I building an app which contains local authentication.
My code so far:
func authenticateUser() {
let authenticationContext = LAContext()
var error: NSError?
let reasonString = "Touch the Touch ID sensor to…
user7294802
2
votes
0 answers
To reset iPhone passcode after maximum number of failed attempts
Is it possible to reset the iPhone passcode after user has exceeded maximum number of failed attempts on his iPhone which is registered to MDM server by using the app(programmatically) with which it is registered or send the information to MDM…

user7234801
- 21
- 2
1
vote
1 answer
Snowflake connector with passcode (Python)
I used to use Snowflake Connector in Python and MFA with Duo Mobile and push notifications without any problems.
But after changing my smartphone to a new one, I can only use SMS and call authentification with Duo Mobile.
So now, in order to use…

SuperBanana
- 13
- 1
- 3
1
vote
0 answers
Flutter How to use Phone Passcode in my app
I want to use the phone's built-in passcode in my app using flutter. I've looked everywhere but couldn't seem to find anything regarding this. What I need help with is how to use flutter to get the phone's passcode and then use that passcode as the…

Carrot1445
- 11
- 1
1
vote
1 answer
Flutter, I am using local_auth 0.6.3+2 for Touch ID, Face ID authentication. but can not find how to turn on Enter Passcode button
Flutter, I am using local_auth 0.6.3+2 for Touch ID, Face ID authentication. but can not find how to turn on Enter Passcode button.
So users may try maximum 6 times of unrecognized Face ID to make it unavailable.

joe zhang
- 21
- 2
1
vote
1 answer
Is it OK to use device passcode to authenticate user to an iOS app?
I'm adding user authentication support to my app. The only requirement is that the user should be the owner of the device (the app doesn't access remote service and doesn't need to access keys in keychain).
I have read LocalAuthentication framework…

rayx
- 1,329
- 10
- 23
1
vote
1 answer
iOS Local authentication fallback to passcode for older devices?
I have recently started using Local Authentication (LA) and it all works nicely on devices that support biometric authentication (touch id):
To allow the LA falling back to passcode when the user fails the first fingerprint scan I just pass the…

Jonas Rembratt
- 1,550
- 3
- 17
- 39
1
vote
1 answer
How to create enter passcode authentication in react native?
I am new to React Native development. I want to create an enter passcode authentication page. I have no idea, how to create this page.
Please give me some sample
thankyou in advance.
I want one like this: Passcode authentication

Ebîñ Râykãr
- 36
- 1
- 7