tags:

views:

53

answers:

1

I am new to iPhone development. My iPhone gets busy and no call comes to it until my application ends. I want to receive a call and as soon as it ends my application has to run where it was stopped. How can I achieve this?

A: 

Does your application use the Internet/LAN when it runs? Who is your carrier? Does this happen over EDGE or 3G? Or both?

Shaggy Frog
This is a new phone which is outright purchase device. Not jailbroken. It does not use LAN of any sort. Carrier is Airtel India. Do I need to handle some call back that tells my app to get out of the way when a call comes in?
sreekanth_LEV_Iph_dev
So you're not doing *any* networking at all? No sockets, no HTTP requests, etc.?
Shaggy Frog