Can NSUserDefaults be used for pausing the application during a phone call ?

Posted by Anil Kumar on Stack Overflow See other posts from Stack Overflow or by Anil Kumar
Published on 2010-06-14T13:49:27Z Indexed on 2010/06/14 13:52 UTC
Read the original article Hit count: 230

Friends,
currently I dont have iphone to test and using Simulator for testing purposes. I am Just curious to know whether an application continues to run even after a phone call.. here i have no option to test this from simulator. If it terminates then how can i pause things.. and continue after a phone call. Is NSUserDefaults can be used for my case. As far I understood NSuserDefaults are used to store data that is required when the App is next time loaded. But here I dont want my App to terminate instead pause until Call ends and continue as uninterrupted later. Please clear me about this. Sorry I am still a beginner so I request for no harsh replies if my question looks stupid.

Thanks in Advance

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about nsuserdefaults