BlinkID / blinkid-android

Everything you need to add AI-driven ID scanning into your native Android app.
https://microblink.com/identity/identity-document-scanning/
438 stars 153 forks source link

offline support (private network) #250

Closed Elswah closed 1 year ago

Elswah commented 3 years ago

Before opening an issue, check that you are using the latest version of the BlinkID SDK.

Also, make sure your issue isn't on the list of common problems.


Description

get dialog network error while using lib on private network how to solve this problem

Environment Details

BlinkID version: 5.11

Device Android version: 5.0.1

anjapenic commented 3 years ago

Hello @Elswah,

The SDK requires an internet connection in order to properly work in order to validate whether or not the entered license key is valid. It communicates with our server in order to check its validity.

Keep in mind that the SDK only needs an internet connection to check if the license key is valid. The document information extraction still happens offline, on the device itself.

Once the license key validation is complete, you can continue using the SDK in offline mode (or over a private network).

Best regards, Anja

Elswah commented 3 years ago

i'm searching for completely offline solution ,also after purchase licence i will not connect to internet did you have any solution for my case thanks

anjapenic commented 3 years ago

Hi @Elswah,

Could you please contact our Sales team at sales@microblink.com? They can offer you more info on the possibility of a completely offline solution.

Best regards, Anja

krizaa commented 1 year ago

This issue was closed because it has been inactive for such a long time. If the issue persists, please open a new one.