Questions tagged [passcode]

39 questions
0
votes
1 answer

Any way to set a passcode for the APK while deploying?

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 application after the successful entering of the…
sahithi
  • 1,039
  • 2
  • 14
  • 37
0
votes
0 answers

Override salt of Lollipin encryption

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 and retrieve it on the login, but when the user…
Ana Varani
  • 105
  • 1
  • 8
0
votes
1 answer

How can I debug code for APIService

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 could help me Or can you give me any references…
pchocoios
  • 55
  • 11
0
votes
0 answers

How to show passcode screen in iOS Swift 4?

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 Password , show me passcode screen to type my iPhone…
reza_khalafi
  • 6,230
  • 7
  • 56
  • 82
0
votes
1 answer

Passcode with TouchiD Error "Type is ambiguous without more context"

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 without more context Below I have marked the…
0
votes
1 answer

Like Touch Id is it possible to use iOS Passcode lock programmatically?

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 upon a remark about "programmatically influencing…
Shashi Ranjan
  • 154
  • 2
  • 12
0
votes
2 answers

Touch ID Passcode Integration in iOS

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 is saying Enter Password as shown in following pic…
Aleem
  • 3,173
  • 5
  • 33
  • 71
-1
votes
1 answer

Why is my XML Design not showing in PasscodeView

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 I'm not sure. I tried: 1 Rebuilding the app 2 Restarting…
-2
votes
1 answer

Xcode passcode - swift

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 such feature Example
1 2
3