Checking whether the flow can start
To ensure that AutomatID was initialized correctly and that the device can perform an identification flow (i.e. it supports NFC), call the method:
- Android
- iOS
val supported: Boolean = AutomatIdManager.isAutomatIdSupported(context)
BOOL supported = [AutomatIDManager isAutomatIDSupported];
If the method returns true, you can proceed to start an identification flow.