On iPhone apps, if we want to authenticate app with default authentication which is using to unlock iPhone, Apple provides the framework called 'LocalAuthentication'.
By using these we can authenticate our app via :
- Passcode
- Touch ID
- Face ID
I want to know is there anything similar for watch apps in watchOS ?
I want to authenticate my stand alone iWatch app with the passcode which used to unlock the iWatch.