Questions tagged [touch-id]

Touch ID is Apple's technology for fingerprint scanning introduced with the iPhone 5s. Starting with iOS 8, third-party developers are able to access Touch ID and determine whether or not a fingerprint scan was valid. Prior to iOS8, it had no public API and can therefore could not be used by third-party developers.

404 questions
9
votes
1 answer

iPhone App Crash with error [UIApplication _cachedSystemAnimationFenceCreatingIfNecessary:]

I have an iPhone App in the app store which is using Touch ID. If Touch ID is enabled, the user is authenticated with it, else user needs to enter his PIN to login to the application. After IOS 10.1 release, when I checked the crash report, the…
9
votes
1 answer

How to link Touch ID with login credentials?

I'm able to validate a user Touch ID successfully. However, what's the safest way to retrieve the user login and password to perform login once the touch ID authentication is successful. For iTunes connect app, once the touch ID login is successful,…
user1872384
  • 6,298
  • 9
  • 49
  • 87
9
votes
1 answer

How to Map 3rd party app credentials with the iOS touch ID in iOS8?

I am developing an enterprise application which has user authentication which will be validated at the server side whenever user tries to login through web-service. I have got a requirement to use iOS touch id for authentication as Apple released…
CKT
  • 1,203
  • 3
  • 21
  • 38
9
votes
1 answer

Touch ID prompt showing up as portrait in landscape only app

With the new iPads rolling out, I'm adding touch ID to our next app update. I have a landscape only app that always hides the status bar running on an iPhone 5s running iOS 8. I have the touch ID code working fine, but the alert only appears as if…
Inertiatic
  • 1,270
  • 1
  • 9
  • 12
8
votes
4 answers

Using TouchID on emulator

I'm trying to use TouchID within my Ionic 2 app. I have an iphone 5c, so I can't test it on real device. I imported the package : import { TouchID } from 'ionic-native'; Then, I tested the first function (I already activated touchID in the…
Mourad Idrissi
  • 2,655
  • 5
  • 14
  • 27
8
votes
2 answers

Touch ID Issue with Sandbox Purchases

Hi I was wondering if anyone else is having the same issue or has a fix for it. When i'm trying to make an in app purchase in the sandbox for my app and i try and use touch id, it repeats the touch id alert three times then fails, i've tried using…
bevbomb
  • 639
  • 2
  • 12
  • 26
8
votes
3 answers

Is it possible to get the value of USE TOUCHID FOR iPhone unlock in default settings

Is it possible to Access Default settings > TouchID & Passcode > iPhone Unlock toggle value.
S P Balu Kommuri
  • 828
  • 10
  • 25
8
votes
1 answer

Android M - Keychain like storage for username/password

Here's the workflow from iOS that I'm trying to achieve on Android: User starts app for the first time and Logs in successfully with credentials (sent to API for validation). Prompt shows asking to enroll with Touch ID User chooses YES =>…
Android Noob
  • 3,040
  • 4
  • 29
  • 55
8
votes
7 answers

How to use Touch ID sensor in iOS 8

One of the most things I was excited about iOS 8 was the ability to use fingerprint sensors on the iPhone 5s and later. Unfortunately I cannot find out what is the required framework for that, nor how I can make authentication. Please help me…
7
votes
2 answers

OAuth2 app with Touch ID

Is there any way that a third-party app can logically use Touch ID to authenticate to a web service that uses OAuth2? Say I own a web service that requires authentication using OAuth2. It supports both the implicit and authorization-code grants…
JW.
  • 47,690
  • 30
  • 108
  • 133
7
votes
1 answer

Touch ID - How to get to the passcode screen? -Swift

So I have been searching all over stackoverflow and I cannot seen to find the answer for this. How do I allow a user to access the built in apple passcode screen when a user taps "Enter Password"? Please click the link provided below to see an image…
JakeC
  • 211
  • 2
  • 9
7
votes
1 answer

Is it possible to programmatically dismiss the Touch ID LAContext dialog?

In the event that my app receives a push notification while the touch ID dialog is on screen, I'd like to be able to cancel/dismiss it and handle the push. Is this possible, or do I need to either store the push data until the user causes the dialog…
Hayden Gomes
  • 213
  • 1
  • 9
7
votes
1 answer

Setting the TouchID "Enter Password" fallback to start editing UITextField

I got touchID set up and working fine in my application. However I'd like to change the functionality of "Enter Password". When creating my authentication I was following the tutorial from: http://www.appcoda.com/touch-id-api-ios8/ However they user…
Mark L
  • 739
  • 2
  • 11
  • 26
7
votes
2 answers

LAContext change UIAlertController button title

I've incorporated TouchID into my app with LAContext, like so: However, I'm wanting to change the name of the button title from "Enter Password" to enter "Enter Security Code" (or something like that), like this: How would I go about changing that…
Cody Winton
  • 2,899
  • 5
  • 22
  • 48
7
votes
3 answers

Touch ID API responsive is very slow

I have followed the guidelines and also the example for Touch ID API from Apple documentation. I have used the example in my applications. I could able to login using Touch ID. But the problem is its responsive is very very slow. After I put my…
user4150758
  • 177
  • 3
  • 13
1 2
3
26 27