BlinkID / blinkid-xamarin

ID scanning SDK, wrapped for cross-platform apps built with Xamarin.
https://microblink.com/blinkid
50 stars 24 forks source link

Stuck when CreateMicroblinkScanner(licenseKey); #66

Closed pablogupi closed 3 years ago

pablogupi commented 3 years ago

Hi! I create a test license to run in my app. I'm add in my app all code from your sample app, but my app always stuck in this method blinkID = microblinkFactory.CreateMicroblinkScanner (licenseKey); The log doesn't have any error message from BlinkID only stuck and not continue run the next code This error occurs in Android and iOS Can you help me?