2

What is the equivalent preferences url to TouchID to access the FaceID settings?

Access TouchID settings:

if let url = URL(string: "App-Prefs:root=TOUCHID_PASSCODE") {
    UIApplication.shared.openURL(url)
}
Jay Patel
  • 2,642
  • 2
  • 18
  • 40
multiholle
  • 3,050
  • 8
  • 41
  • 60
  • Hint: try `FACEID_PASSCODE`. Note: Face-id is supported from iOS 11 and since iOS 11 apple has stopped navigation from Setting page. You can navigate to `setting` screen only. This code may not work in IOS 11 – Krunal Jan 08 '18 at 13:19

0 Answers0