Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom user fallback button in LAContext Not Support in ios8.3

I have customized the fallback button by setting localizedFallbackTitle to "Use Password". It worked. But after I updated my iPhone to iOS 8.3, the fallback button disappeared on the TouchID view.

Is this the API updated or a bug of iOS 8.3?

How to fix it?

like image 215
Andrew Avatar asked Apr 16 '15 11:04

Andrew


1 Answers

It works. It only shows up, when user fails for authentication via TouchId for first time. It come up in second step.

iOS 8.2, it was like :

enter image description here

Now, in iOS 8.3, it is in two steps : First,

enter image description here

And second, if you fails in verifying your fingerprint.

enter image description here

localizedFallbackTitle(== "Enter Password" in above images) can be seen on second popup.

like image 139
itsji10dra Avatar answered Nov 13 '22 01:11

itsji10dra