0

I'm implementing a security feature on a WatchOS app, I want the user to be able to use this feature only if a passcode has been enabled on the WatchOS device.

Is there a LocalAuthentication equivalent that I can use with WatchKit?

jscs
  • 63,694
  • 13
  • 151
  • 195

1 Answers1

0

There's no API for this in the watchOS platform. I'd file a suggestion with your developer account in Bug Reporter → watchOS + SDK.

Curiosity
  • 544
  • 1
  • 15
  • 29