blinkid-react-native icon indicating copy to clipboard operation
blinkid-react-native copied to clipboard

invalid licenseKey error is not propagated to javascript

Open pgmemk opened this issue 6 years ago • 2 comments

The application just crashes with the red screen.

Here is the text of the exception:

Exception 'Your license key is invalid! This license is invalid for version 4.3.
It is only valid for licensee [bundle name], for product ... up to version 4.2...'
was thrown while invoking scanWithCamera on target BlinkIDIos ...

pgmemk avatar Oct 21 '18 15:10 pgmemk

Hello,

Please contact us at [email protected] with your license key and bundle id.

Regards

culoi avatar Oct 21 '18 15:10 culoi

How do I handle this if catch phrase cannot detect this exception? In the sample code, the log is not triggered.

} catch (error) { console.log('OCR ERROR: ', error); }

hpelitebook745G2 avatar Dec 04 '18 02:12 hpelitebook745G2