Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

not been updated for Face ID Message

Tags:

ios

swift

face-id

previously my app is using touchID for login and now i am going to implement faceID for login the app, and my app getting this message when the app start local authentication.

How can I prevent this message from show up when I use faceID for login?

The message content: "This app was designed to support Touch ID. It has not been updated for Face ID."

Note: I had NSFaceIDUsageDescription with values on my info.plist

enter image description here

Appreciated if any suggestion is given!

like image 484
aznelite89 Avatar asked Nov 07 '17 04:11

aznelite89


People also ask

Why can't I update my Face ID?

In fact, the two most common reasons Face ID stops working is because your iPhone has been dropped or the screen was repaired by someone who damaged the Face ID components in the process. If this is the case, you will likely need to schedule for a repair, or consider replacing your device with something new.

Why does my iPhone keep telling me Face ID not available?

Make sure that your face isn't blocked By default, Face ID doesn't work if anything is covering your mouth and nose. If you're wearing a face mask and have already set up Face ID with a mask,* make sure that your eyes aren't blocked. You might need to hold your iPhone higher if you're wearing a face mask.


1 Answers

Adding a new key named: "Privacy - Face ID Usage Description" and insert a string value solved my issue!

like image 119
aznelite89 Avatar answered Sep 27 '22 22:09

aznelite89