We’ve noticed that when a device has a poor network connection, our app can take an extremely long time to load, to the point where it appears like it has crashed. It does not happen if you have NO internet connection, only when it is a slow connection.
We see this error: Could not successfully update network info during initialization.
I can easily reproduce it by using the network link conditioner tool on iOS, and setting the DNS delay to 10000ms.
It’s possible that it is our server calls holding things up, but generally we don’t have that many (unless the user is logged in but this error happens even when they are not) and they should all be asynchronous anyway.
Could it be a plugin or attempting to load the store that is holding things up? Has anyone experienced this error before and found a definitive cause?