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)
}
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)
}