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

Ver-ID-UI-Android not working in ANDROID 6 marshamallow #10

Closed
AjitSingh199294 opened this issue Feb 19, 2021 · 7 comments
Closed

Ver-ID-UI-Android not working in ANDROID 6 marshamallow #10

AjitSingh199294 opened this issue Feb 19, 2021 · 7 comments
Assignees

Comments

@AjitSingh199294
Copy link

AjitSingh199294 commented Feb 19, 2021

Describe the bug
while installing app in ANDROID 6 [MARSHMALLOW] it gives an error mentioned below

com.android.org.bouncycastle.jce.exception.ExtCertPathValidatorException: Certificate has unsupported critical extension: [2.5.29.37]

@AjitSingh199294 AjitSingh199294 changed the title Ver-ID-UI-Android not working marshamallow Ver-ID-UI-Android not working in ANDROID 6 marshamallow Feb 19, 2021
@jakubdolejs jakubdolejs self-assigned this Feb 19, 2021
@jakubdolejs
Copy link
Member

Hello @AjitSingh199294,

Is this in the sample app from the Ver-ID UI repository?

Do you mind posting the exception's stack trace and steps how to reproduce the problem?

Regards,
Jakub Dolejs

@AjitSingh199294
Copy link
Author

AjitSingh199294 commented Feb 22, 2021

Hello @jakubdolejs

No this is not from the sample app it is coming inside my application which I have already updated on play store and it is working fine in all other devices it is giving crash only in android 6.

Steps to reproduce the problem:

  1. Install application in android 6.
    2.In application class when I am trying to load the VerId it shows the error failed to load VERID in error activity.

Detailed message is :

java.lang.Exception: com.android.org.bouncycastle.jce.exception.ExtCertPathValidatorException: Certificate has unsupported critical extension: [2.5.29.37]

Regards
Ajit Singh

@AjitSingh199294
Copy link
Author

AjitSingh199294 commented Feb 22, 2021

@jakubdolejs I just checked in sample application and I am facing same issue.

@jakubdolejs
Copy link
Member

Hello @AjitSingh199294,

Do you mind sharing the following?

  1. Device make and model
  2. Your application's package name
  3. Full stack trace from the exception

Regards,
Jakub

@AjitSingh199294
Copy link
Author

Hello @jakubdolejs

I have tested in Samsung galaxy A5.
my application package is "cispl.joshhighsir"

this is full stack trace
cispl.joshhighsir.face_recognition.SampleApplication.veridFactoryDidFailWithException(SampleApplication.java:109)
com.appliedrec.verid.core.VerIDFactory.lambda$null$1$VerIDFactory(VerIDFactory.java:228)
com.appliedrec.verid.core.-$$Lambda$VerIDFactory$E-LUz3LYAvXTurmba9LDobWkAJo.run(lambda)
android.os.Handler.handleCallback(Handler.java:739)
android.os.Handler.dispatchMessage(Handler.java:95)
android.os.Looper.loop(Looper.java:148)
android.app.ActivityThread.main(ActivityThread.java:7331)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

image

Hello @AjitSingh199294,

Do you mind sharing the following?

  1. Device make and model
  2. Your application's package name
  3. Full stack trace from the exception

Regards,
Jakub

@jakubdolejs
Copy link
Member

Hello @AjitSingh199294,
Were you able to collect the device make and model, your app's package name and the stack trace? Is the issue still happening with one of the later releases? Please let me know. Otherwise I'll close the issue.
Thank you,
Jakub

@jakubdolejs
Copy link
Member

Fixed in 46ac66f (version 1.21.9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants