This seems to apply to both iOS and Android.
After leaving my app closed for a while ( a day or so ) the app seems to go into background mode and when it is opened again it shows the splash screen again and takes a while to start up.
This is fine (although slow) but on some devices it has an error as all the local data / variables have been cleared (except the logged in firebase user).
This causes an error in the app which I can’t replicate as it does not appear to happen on my devices.
It may be the device is clearing the data to conserve memory on devices with low storage?
Is there a way to replicate this issue by forcing my app into background mode?
I need to test recovering from this state. I have the user so it should be possible I just need to test it.
1 post - 1 participant