
hi,
I am working on creating a call application, i am making a call from my app through
NSURL *targetUrl = [NSURL URLWithString:@"tel:123456789"]; [[UIApplication sharedApplication] openURL:targetUrl];
but by these ,my application quits , i want my application to go to background and resume on call end ...please help...
regards