Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FreyaEngi opened this issue Nov 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@FreyaEngi
Copy link

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?

@FreyaEngi FreyaEngi added the bug Something isn't working label Nov 12, 2022
@PavelMasuk
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants