tags:

views:

22

answers:

1

Hello,

How to continue my application from the same state, after quiting the call which is been done from the app. since we are using iPhone 3.1, i understand that it supports making a call from my application. i'm able to launch the call, but my application is getting terminated before it, so that i'm not able to resume it after quitting the call? how to make sure that my application is not terminated before launching the call??

please help me in finding the solution

Thank You.

A: 

You can try to save your application state applicationWillTerminate, but you only get a limited amount of time to do this. If you are launching the call yourself you could save the data before you begin the call so you wont have any time restrictions. Alternatively you could upgrade you SDK to 4.0 and use the built in multitasking functionality. You will still be able to compile apps that run on 3.1, but multi tasking wont be enabled here.

skorulis