Hi all, I have a very basic doubt regarding the method that gets executed when app becomes active. So this is the sequence 1.User executes an application for sometime
2.User presses the home button and goes to use someother app for sometime
3.User presses the home button and resumes using my app again.
My question is which method gets executed in step 3.(applicationDidBecomeActive,applicationDidFinishLaunching,applicationWillResignActive) In simulator, when I try to simulate the same sequence, none of these methods gets executed. But when I quit the simulator and execute it again, applicationDidBecomeActive,applicationDidFinishLaunching gets executed. Is this specific to simulator or is this the same thing that happens in the iPhone and iPodTouch
Thanks :)