How open the device Settings --> Touch ID page via programmatically ? (Same as to open Face ID) in iOS 12.3

I have few clarifications like,

1) How open the device Settings --> Touch ID page via programmatically ? (Same as to open Face ID)

I have tried below codes but it just opened device settings page only.

1) "App-Prefs:root=TOUCHID_PASSCODE"

2) "prefs:root=TOUCHID_PASSCODE"

Both codes are not working.

My device configurations are:

10.2 Xcode and iOS 12.3

Thanks!

Replies

How open the device Settings --> Touch ID page via programmatically ?

There is no supported way to open a specific Settings page, or even Settings itself. The

prefs
URL scheme you’re using is not something we support. Read this post for some general guidance on whether a URL scheme is supported by Apple.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi Eskimo,
So there is no way to open particular page in device settings ?
Thanks!

So there is no way to open particular page in device settings?

Correct.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"