Andrew
Andrew

Reputation: 1106

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?

Upvotes: 13

Views: 2264

Answers (1)

itsji10dra
itsji10dra

Reputation: 4675

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.

Upvotes: 24

Related Questions