Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
59 views

Stack: IDEA Intelij, Java 17, Appium, AppiumServer 2.16.2, XCUITest driver, Apple Problem: Appium dies on the Apple Passcode screen.
Mikhail Nersesov's user avatar
1 vote
1 answer
124 views

I have utilised the provided code from ultimate member, trying to add a passcode validation in the Registration Form: add_action("um_submit_form_register","...
Andrew's user avatar
  • 11
0 votes
1 answer
126 views

This code works when I run it in the iOS Simulator with iOS 17.0.1: let passcodeInput = springboard.secureTextFields["Passcode field"] _ = passcodeInput.waitForExistence(timeout: 10) ...
es1's user avatar
  • 1,696
-1 votes
1 answer
61 views

I can't find any visible errors just this error "Failed to Instantiate one or more classes". enter image description here I don't know what's causing the problem I think it's the library but ...
Erikoong Bon's user avatar
0 votes
0 answers
52 views

Is it possible to keep iPhone unlocked after pressing the power button? When I make a route with Apple Maps and press the power button, the screen gets turned off. After pressing the power button ...
Hangunber's user avatar
0 votes
1 answer
145 views

Is there anyway to set passcode on ios without manual intervention Ways I have tried Searched for Private APIs to set passcode, but couldn't find any Checked Apple MDM It has a command to Clear ...
Sriteja Sugoor's user avatar
1 vote
1 answer
2k views

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 ...
SuperBanana's user avatar
0 votes
0 answers
108 views

Can you provide the steps to do in requiring validation code which is assigned per user before he can continue on with the forms? How to set up the form and the sheet?
Maricel Austria's user avatar
0 votes
0 answers
130 views

Simple question, Is it possible to retrieve the iphone lock screen passcode if we jailbreak the device?
AyBayBay's user avatar
  • 1,723
0 votes
1 answer
2k views

I am trying to authenticate the user using the device passcode. And I want to view the passcode board directly. But with the code below, I always have to go through the biometric authentication first ...
Punreach Rany's user avatar
0 votes
1 answer
459 views

I created passcode screen with textfield and numpad. What I would like to do is: when user enters app first time, I would like to display him passcode screen where he will create his passcode, ones he ...
miki's user avatar
  • 93
0 votes
2 answers
815 views

I am trying to implement passcode screen, but I am having trouble with alignment, as you can see in this picture. What I'm trying to do is, have three buttons in each row, so it actually looks like a ...
miki's user avatar
  • 93
1 vote
0 answers
1k views

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 ...
Carrot1445's user avatar
6 votes
1 answer
4k views

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....
Kishan Solanki's user avatar
1 vote
1 answer
827 views

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 ...
joe zhang's user avatar
0 votes
1 answer
648 views

Hello i am creating Swift app and i want to make a screen similar to passcode lock in iphone in which we can add numbers in the textfield by pressing buttons. The problem is that i am not able to get ...
gipeje's user avatar
  • 61
0 votes
1 answer
223 views

I've this weird screen orientation showing up for enter iPad passcode on my login screen when I tap on saved password in landscape mode. The strange thing is that when I rotate screen to landscape ...
Raymond's user avatar
  • 1,258
1 vote
1 answer
1k views

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 ...
rayx's user avatar
  • 1,790
0 votes
0 answers
687 views

I'm trying to make an app which blocks the permission to other apps (first need to be unlocked via a code which well be set up in my app). For that I'd need some guidance and resources. I looked ...
J. Doe's user avatar
  • 61
5 votes
4 answers
7k views

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 ...
Joshua Sim's user avatar
0 votes
1 answer
326 views

How to lock desktop telegram using shortcuts on Ubuntu? (So that I need to enter local passcode to use it further)
trckster's user avatar
  • 640
12 votes
6 answers
13k views

I am implementing biometric authentication for the application using react-native-fingerprint-scanner npm, with this npm I am not able to ensure that the device support biometric authentication or ...
Sagar H's user avatar
  • 5,581
0 votes
1 answer
56 views

I am working on xamarin.forms android application. I am wondering to know is there any deployment area when we can provide a password for each installment of the application. So, that user can use the ...
sahithi's user avatar
  • 1,099
2 votes
1 answer
6k views

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: ...
ashForIos's user avatar
  • 399
0 votes
0 answers
84 views

I have implemented my app to use Lollipin library to show a Pin Screen when the user is inactive or the app is on background for a long time to protect the app. I save the generated pin on the server ...
Ana Varani's user avatar
0 votes
1 answer
145 views

I'm a newbie in creating an sign in using API in swift. I followed a video tutorial from treehouse but I used different version of Xcode and swift. I don't know what will I put in these code. Hope you ...
pchocoios's user avatar
-2 votes
1 answer
522 views

How do I get a system access code? I want to block the controller in the application. I do not want the user to create a new code but I want to use the system code. I saw that other applications have ...
Bartłomiej Janczak's user avatar
2 votes
0 answers
793 views

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. ...
Harshit Saxena's user avatar
1 vote
1 answer
811 views

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 ...
Jonas Rembratt's user avatar
0 votes
0 answers
2k views

I have developed some code to using touch id and it's works correctly. But when using wrong finger show me error and not authorize like this: So in this situation I want to when tap on Enter ...
reza_khalafi's user avatar
  • 6,614
3 votes
2 answers
2k views

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 -->...
caldera.sac's user avatar
  • 5,128
1 vote
1 answer
3k views

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 ...
Ebîñ Râykãr's user avatar
0 votes
1 answer
72 views

I am using some code off of github and trying to convert it to Swift 3.0. I have done everything up until now, but I am getting this one error on 3 lines in the code: Type of expression is ambiguous ...
Shane Curtis's user avatar
2 votes
0 answers
2k views

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: ...
cisco21's user avatar
  • 47
4 votes
2 answers
11k views

Actually, I building an app which contains local authentication. My code so far: func authenticateUser() { let authenticationContext = LAContext() var error: NSError? let ...
user avatar
1 vote
0 answers
78 views

With Device have no passcode, i can extract private key in SecKeyRef , after that i convert it to NSData. I get private key, it saved in encrypted form ASN.1. And then, when i set the passcode on my ...
thync's user avatar
  • 11
0 votes
1 answer
610 views

I am hoping to create an app that could automatically enable the device Passcode lock screen under certain conditions. From google around it sounds like this may not be possible, though I never came ...
Shashi Ranjan's user avatar
1 vote
1 answer
94 views

I have an iPhone application that requires the user to have a device passcode enabled in order to use the application (for HIPAA compliance reasons). I want to test this application on the Xamarin ...
Alec's user avatar
  • 197
2 votes
0 answers
472 views

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 ...
user7234801's user avatar
0 votes
2 answers
4k views

I'm working on iOS app in which I need to integrate touch id and passcode, i googled and found many tutorials for touch id, I followed this and done successfully. Every thing fine but on popup which ...
Aleem's user avatar
  • 3,311