I have an app that can save info in sqlite to access it offline. When I'm in the app and turn down the internet it all work well. The problem is when the app is close and open it without internet, it get stuck at the very first screen (plain color).
I think it may be that the mail tries to initialized some online functions like Firebase or RevenueCat. Do you have an idea of how it can work?
Thanks.