regulaforensics / flutter_face_api

MIT License
31 stars 14 forks source link

iOS SDK is returning numerical error codes #28

Open Dicksenz opened 11 months ago

Dicksenz commented 11 months ago

Hello,

We found out that, the iOS SDK for the Face Liveness recognizer does not properly return the required code to trigger the proper switch cases.

The iOS SDK is returning numerical error codes (0, 1, etc.) instead of strings (CANCELLED, PROCESSING_FAILED).