ios以编程方式打电话而不退出应用程序 [英] ios making call programatically without quitting app

查看:128
本文介绍了ios以编程方式打电话而不退出应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法以编程方式拨打电话而不退出当前应用?
我做了一项研究,但所有答案都是

Is there any way to make a call programmatically without exiting from current app? I did a research , but all answers are with

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];

这不是我想要的,我还需要访问语音流。

This is not what i want, i need also to access the voice stream.

推荐答案

如果您正在尝试制作某种拨号器 - 而不是。这在ios中是不可能的

If you're trying to make some kind of dialer - than NO. It's impossible in ios

这篇关于ios以编程方式打电话而不退出应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆