After iOS 15 app skips Splash Screen

Hello everyone :)

In a react-native app, after iOS upgrade to OS 15 we have this issue:

If someone opens the app after ~1 hour from the last time he/she opened it, the app skips the SplashScreen and after that nothing renders correctly. The positioning and order of components are wrong.

This happens only the first time after ~1hour of app being closed.

Any help is welcome :)

hello @michalis-ligopsychakis any progress so far we are facing the same issue we really need help

hello @michalis-ligopsychakis any progress?

We are using react native with Scenes on iOS in order for our app to support CarPlay.

This seems to be the issue for us. Something in CarpPlay implementation.

We finally manage to solve it. It was a problem because of using 'SceneDelegate' (for multiple scenes support) and iOS15 'prewarming' new feature. Solved by transferring the RTCBridge protocol from AppDelegate -'didFinishWithLaunchOptions' to SceneDelegate - 'willConnectToSession'.

After iOS 15 app skips Splash Screen
 
 
Q