regulaforensics / flutter_face_api

MIT License
31 stars 14 forks source link

[BR] Liveness not working in android mode build release with signed apk #11

Open FreyaEngi opened 1 year ago

FreyaEngi commented 1 year ago

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?

PavelMasuk commented 1 year ago

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.