Android and iOS does not allow application to access system PIN/passcode for security reason. Only bio-metric like fingerprint or facial recognition is allowed since that is secondary security measure for the system.
If you need to implement PIN/passcode, you would need to implement in on your own and store it within your system.
Android and iOS does not allow application to access system PIN/passcode for security reason. Only bio-metric like fingerprint or facial recognition is allowed since that is secondary security measure for the system.
If you need to implement PIN/passcode, you would need to implement in on your own and store it within your system.