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.