I developed my app in xcode 3. It ran fine in the simulator. I downloaded and installed xcode 4.2. I loaded the app and it had some build problems which xcode fixed and then I ran the build in the simulator and was successful.
The app worked fine but when I closed the app and relaunched it, it would stay on the screen that it last used before I closed it. In the simulator 3.00, it would always start again from the beginning of the app at the splash page and now in simulator 4.2 it goes to the screen it was on prior to when it was last closed.
Is there some code I need to add somewhere for it always to revert back to the beginning when it is relaunched?
You can add UIApplicationExitsOnSuspend to the info.plist;