I have a similar issue in an iOS react-native app after iOS 15 upgrade but with not a crash. 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.
Replies
Just for interest, @kinjal_boghara, has this question already been posted before, by @michalis-ligopsychakis?
https://developer.apple.com/forums/thread/695270
And this one, by @dhairyasenjaliya
https://developer.apple.com/forums/thread/696936?answerId=698718022#698718022
(Which has been answered.)
What is going on here?
- Have you created all these accounts, to repeat the same question?
- Or are multiple people asking the same question (then ignoring the answers)?
- Why?
I (and others) are happy to help, if you are genuine.
-
hello @robnotyou , no this is my single account only. they guys are different user.
-
Strange, that they are asking the same question as you (with slight differences in the wording).
-
hello @robnotyou we both are working as a team and stuck in issues for a long time we both are trying to get solve this problem that's reason why we both posted the same question to get more reach still no one has answer properly we are facing issue daily we really need help
If the app has been backgrounded for about an hour, then it is reactivated...
- It might still be in memory, so it will "resume" operation
- It might have been removed from memory, so it will "relaunch"
The first step in your diagnosis is to distinguish between those two cases.
Other thoughts:
- Are you saving state when the app is backgrounded?
- Are you restoring state on foregrounding?
- Is what you call the "SplashScreen" actually the Launch Screen, that shows when the app is Launched, or is it something else?
-
Are you saving state when the app is backgrounded? Ans : no Are you restoring state on foregrounding? Ans:no Is what you call the "SplashScreen" actually the Launch Screen, that shows when the app is Launched, or is it something else? And- yes it is lunch screen which will show when app we open app.