开发者

access phone features via iphone SDK

开发者 https://www.devze.com 2023-03-03 13:54 出处:网络
is it p开发者_开发百科ossible to use iphone\'s sdk to call a person through an app and have control over the voice etc?

is it p开发者_开发百科ossible to use iphone's sdk to call a person through an app and have control over the voice etc?

Regards


Yes its possible to call a person using the iPhone sdk. Try this -

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]];

But its not possible to control over voice or even call log. Because "phone" is a separate application and Apple does not allow to interact with this app.

0

精彩评论

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