App wont restart

When I exit my app via the Home button it returns to the Home screen but if I open my app, it returns me to the scene that I was in prior to exiting. There is no splash screen or front end menu.

For example the player is in the main menu, chooses a game type to play, and the game loads the scene. Pressing the Home button will return the player to the home screen. Opening the app again returns the player to the game scene as if the player never exited the app. Any help would be appreciated.

Thanks

That is iOS multitasking. If you want to restart your app each time, you need to use UIApplicationExitsOnSuspend. I have just put the full explanation in another thread.