0

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.

VRAwesome
  • 4,721
  • 5
  • 27
  • 52
  • 1
    No, since the watch is a personal device it is always unlocked until the user removes it from their wrist (assuming they have wrist detection enabled). There is no local authentication framework for watchOS as such a flow is not a "watch experience" – Paulw11 Apr 16 '21 at 11:25
  • Correct, but after wear it off it required passcode to unlock...right. I just want to use same to open and further use of my iWatch app. – VRAwesome Apr 16 '21 at 11:34
  • 1
    That isn't available for watchOS apps. – Paulw11 Apr 16 '21 at 11:44
  • found any solution? – Sekhar Feb 10 '22 at 20:00

0 Answers0