-
Notifications
You must be signed in to change notification settings - Fork 23
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
Expired Licence key crashes the application #23
Comments
Hi @mehulcs, Could you give us a bit more info on the issue? Are you asking about the method which would catch a license key exception and inform the user if there is a problem with the license key? Are you getting a license key crash? Regards, |
Hi Anja, Thanks for responding. I'm looking for either of 2 solutions
Error reported from the Crashlytics.
|
Hello @mehulcs, Thank you for waiting for our answer. There is a way to wrap the code which starts the scanner with a try/catch block like this:
However, when obtaining a production license key, you'll get a license that doesn't expire and it won't crash the app like an expired trial or pilot license could, so you would only need the try/catch block in your testing period. Hope this helped, let us know if it worked for you when you test it out. Also, if you have any further questions feel free to ask. Regards, |
Hi @anjapenic Thanks for responding, Putting |
Also, there's one more issue with the scanning functionality, the Library is able to scan the passports and parse the result, But the type of the document always returns I'm reading the type from below field, I have scanned passports of the below countries, But none of them returns the type.
Thanks. |
Hello @mehulcs, Could you contact us at [email protected] so we could inspect your license key and check what's causing the crash? Regards, |
API to check if the license key is expired is missing.
The text was updated successfully, but these errors were encountered: