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
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
The CardScanner is not working on my NEXUS 7(Marshmallow). But this is working fine in Lollipop. Does anyone know the reason.
I am using the compile 'io.card:android-sdk:5.3.4' in my app gradle.
This is where i check canReadCardWithCamera.
protected void onResume() {
super.onResume();
I guess the runtime permissions are the reason for this issue. But i have manually enabled the camera permission from my app's settings.
Does anyone know a solution for this. Please help.
The text was updated successfully, but these errors were encountered: