blinkid-android icon indicating copy to clipboard operation
blinkid-android copied to clipboard

First time opening the scan screen takes way too long to load

Open mohamadabdelhamid opened this issue 4 months ago • 1 comments

BlinkID SDK Version

7.5.0

Integration Method

BlinkIdScanActivity

What's happening

When I open the scan screen for the first time after installing the app, it takes forever to load. But after that first time, it loads fine every time.

Steps to reproduce

  1. Freshly install the app
  2. Open the scan screen
  3. Wait... and wait... (way too long)

Screenshot

Image

mohamadabdelhamid avatar Dec 15 '25 10:12 mohamadabdelhamid

Hello @mohamadabdelhamid,

This issue is likely caused by the SDK downloading required resources during the first app launch. The duration depends on network speed, so slower connections may experience longer initialization times.

To address this, we recommend pre-bundling the SDK resources into your app. Our documentation provides guidance on how to implement this, which should help reduce the startup time.

Please let us know once you’ve tried this approach and whether it resolves the issue.

PatrikKap avatar Dec 15 '25 11:12 PatrikKap

@PatrikKap Thanks for your help

I've implemented the mentioned solution, and indeed, it reduced the loading time on the first launch.

Closing this issue as resolved.

mohamadabdelhamid avatar Dec 17 '25 10:12 mohamadabdelhamid