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

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

@PhilippeWeidmann

Description

@PhilippeWeidmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions