Implement the support checker
Last updated: October 28, 2024
Support checker is a lightweight component that you can implement early in a user's journey, before an iProov claim, to verify that the user has a compatible device and browser. Benefits include:
-
Early permission checking.
-
Permission pre-warming.
-
Early warning for device incompatibility.
More information:
-
Implementation details: https://github.com/iProov/web#support-checker
-
Examples: https://github.com/iProov/web/wiki/Liveness-Support-Checker-Example
-
Main SDK requirements and browser support: https://github.com/iProov/web#-browser-support
To ensure the best user experience and highest success rates, iProov strongly recommends implementing the support checker.
Next step