Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TouchID 访问 FaceID 设置的等效首选项 url 是什么?
访问 TouchID 设置:
if let url = URL(string: "App-Prefs:root=TOUCHID_PASSCODE") { UIApplication.shared.openURL(url) }