Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Network parse error if fail to initialize SDK on launch #93

Open
PhilippeWeidmann opened this issue Oct 8, 2021 · 1 comment
Open

Comments

@PhilippeWeidmann
Copy link

If on first app launch the SDK fails to initialize due to either no network or bad network the checking process then also fails even if the network is back. (Network parse error code 8)
Relaunching the app with correct network conditions works most of the time. However under some cricumstances, even when relaunching the app the check doesn't work and fails with a network parse error.

Steps to reproduce (sadly I couldn't reproduce the issue every time):

  • turn on airplane mode
  • didFinishLaunchingWithOptions -> init SDK
  • try checking qr -> network error (as expected)
  • force quit app
  • turn off airplane mode
  • didFinishLaunchingWithOptions -> init SDK
  • try checking qr -> network error (not expected)

Maybe there is something that can be improved regarding the init of the SDK with bad / no network.

@JorisBodin
Copy link

JorisBodin commented Oct 22, 2021

It's the same on Android
We have to uninstall and reinstall the app after the library update. Because we receive an unknown problem from the sdk.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants