I Want In my application to make call and When the call get ended than simply return 开发者_如何学Pythonto the application itself is it possible ?
Official apple link may be use full to You
Coretelephoney demo example
good Luck
You could use below
[[UIApplication sharedApplication] openUrl:[NSURL URLWithString:@"tel:#######"]];
Edited: Handling call termination notification.
Core Telephony framework partially public in 4.0
iPhone SDK: Launching an app after call ends
精彩评论