I’m testing the iOS version of my game and I’m seeing some odd behaviour: usually, when I hit the home key, then return to the game via pressing its icon, it resumes just fine. But sometimes - usually after a few hours inactivity, pressing the icon pulls up the game screen as it was, but the game then seems to restart completely, showing the splash screen and then continuing as if it had just been deployed.
Is this normal behaviour? Or is this a crash? I’ve tried wrapping try-catch blocks round the event handlers for OnActivated and WillEnterForeground events with any error that occurs being logged, but these have not returned anything.
Need to figure out whether this is something I’m doing wrong causing a crash - which will get the game rejected from the store - or if it’s expected behaviour - does anyone know?