开发者

I Need to make the call from the myapplication itself how is it possible?

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜