Closed mome13 closed 2 years ago
Hi @mome13
Versions 2.0.0 and above require an internet connection to work under our new License Management Program.
We’re only asking you to do this so we can validate your trial license key. Scanning or data extraction of credit cards still happens offline, on the device itself. Once the validation is complete, you can continue using the SDK in offline mode (or over a private network) until the next check.
Best regards
HI
it is completely ok but I have a strong connection and it still persists on error. how to fix it ?
Hi @mome13
How often does the "internet connection" alert pop-up when you enter the scanning screen? Every time you enter it, or less?
Regards, Milan
Every time I entered the camera activity!
Hi @mome13
Please contact us at support@microblink.com so we could gain a better understanding of the matter since this looks like it might be a license issue.
Regards, Anja
This is happening to me as well. The sample app uses the old SDK and that works perfectly fine on the same device, but every time I try to use my trial license, the moment I enter the recognizer activity, it shows a dialog like in screenshot.
Please fix or update instruction docs on how to make the Internet connection check succeed, it is failing every time. The device has a strong Internet connection on WiFi, and I've asked for <uses-permission android:name="android.permission.INTERNET" />
in the app manifest as well. minSDK is 21, target and compile SDKs are at 29.
Hello @dhiraj,
Could you please contact us at support@microblink.com with more details so we could check if this is a license issue?
Regards, Anja
Adding these two perms in the Android Manifest seems to fix the Check Internet Connection problem! 🎉
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Hello @dhiraj,
Glad it worked! Is there anything else we could help you with?
Regards, Anja
I created the app using your tutorial and after starting the camera activity it tells me that check your internet connection and want to close the activity.