开发者

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

开发者 https://www.devze.com 2023-02-20 00:00 出处:网络
I Want In my application to make call and Whenthe call get ended than simply return 开发者_如何学Pythonto the application itself is it possible ?Official apple link may be use full to You

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

精彩评论

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

关注公众号