You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try use api in my project in debug mode working but try in release mode with signed key , liveness alway response unknown .
Is library support to use on production?
The text was updated successfully, but these errors were encountered:
In example/android/app/src/main/AndroidManifest.xml add <uses-permission android:name="android.permission.INTERNET" /> right after the NFC permission. The issue will be fixes with next release. The problem is in the demo app, not library.
I try use api in my project in debug mode working but try in release mode with signed key , liveness alway response unknown .
Is library support to use on production?
The text was updated successfully, but these errors were encountered: