2

I'm working on an app where I need to find out if the user has changed iPhone's passcode from Settings. Please note that I know "How to determine if the iPhone has passcode enabled". What I want to know is if the user has changed the passcode or not!

Krupal Ghorpade
  • 137
  • 1
  • 15

1 Answers1

0

AFAIK, it's not possible to observe passcode changes using any public iOS APIs.

The only thing you can do is check if the passcode (or biometric authentication method: TouchID, FaceID) is enabled or disabled using LocalAuthentication framework APIs.

pconor
  • 83
  • 8