-
Notifications
You must be signed in to change notification settings - Fork 0
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
License expired crashes app #12
Comments
Hello, thank you for reaching out! |
@somyaguptagit It was trial license which did expire. I think the best course of action for this issue would be to actually reject promise if this part of the code responsible for license check fails. This way RN developer on JS side would be able to properly handle this new What do you think? |
Hello @tubibuto |
@somyaguptagit I understand that and we updated the license with valid key, however we'd like to be able to have more control over unexpected errors coming form BlinkCard SDK side - for instance:
Currently if the license check code throws an exception, our app will crash since you don't reject promise in native code meaning we can't properly do error handling. |
We have the issue where we can't properly catch the exception coming from native code in our Javascript code and it results in the App crash.
The text was updated successfully, but these errors were encountered: