Weird functioning of Application event in iPhone

Posted by Shikhar on Stack Overflow See other posts from Stack Overflow or by Shikhar
Published on 2009-12-01T13:18:49Z Indexed on 2010/03/14 21:25 UTC
Read the original article Hit count: 241

Filed under:

Hi, iPhone app shuts down when ever any call accepted by user. When call ends, app will resume.

I want to capture that event when app resumes after call ends. Howsoever I have tried: on App delegate: - (void)applicationWillTerminate:(UIApplication *)application - (void)applicationDidFinishLaunching:(UIApplication *)application - (void)applicationDidBecomeActive:(UIApplication *)application - (void)applicationWillResignActive:(UIApplication *)application

On view load: viewDidLoad ViewwillAppear

But non of the above event occur. Dont know how would I know that user is coming back after receiving a call.

© Stack Overflow or respective owner

Related posts about iphone