使用 iPhone 应用程序自动重拨

发布于 2024-12-16 11:57:50 字数 860 浏览 2 评论 0原文

其实有两个问题。

首先:我知道iPhone缺少自动重拨功能,但是有没有其他方法可以通过iPhone应用程序实现它,因为我可以通过我的应用程序拨打电话,但遇到问题不能<自动重拨。

第二:在通话之前,我想在按钮操作上实现扬声器的功能。

有什么办法可以实现以上2个功能吗?

我花了 4-5 个小时在谷歌上搜索它,结果只是 这个

我会转到apples doc 并找到了一些代码 < a href="https://stackoverflow.com/questions/3319805/detecting-call-state-in-ios4">此处也尝试过这个但无法获得实现上述功能的正确方法。 ..

任何帮助将不胜感激!

谢谢!!!

Two questions actually.

First : I know iPhone is missing auto-redialing functionality but is there any other way to achieve it by iPhone application, as I can call by my application but facing problem cannot auto redial.

Second : Before calling I want to implement functionality of loud-speaker on a button action.

Is there any way to achieve the above 2 functionalities?

I spent 4-5 hours on googgling about it and the result is only this

I go through to apples doc and found some code hereand also tried this but cant get the right way to implement above functions ...

Any help would be greatly appreciated!

Thanks!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

长伴 2024-12-23 11:57:50

SDK 无法实现这些操作。

Neither of those actions are possible with the SDK.

对你再特殊 2024-12-23 11:57:50

对于第二种情况,肯定是NO。
但对于第一种情况,我对此不确定,但可以尝试:

  1. 使用 CTCallCenter 订阅呼叫状态通知并使用某些后台应用程序类型(voip、位置或音频)或使用某些等待块,这将允许防止尽可能长时间地进入挂起状态
  2. 使用 tel:// 打开 URL
  3. 如果出现有关呼叫失败的呼叫通知,请尝试重复打开 URL

再次,只是一个想法,可能根本不起作用:/

For the Second case it's definitely NO.
But for the First case, I have no sure about this, but can be tried:

  1. Subscribe with the CTCallCenter for call states notifications and use some background application type (voip, location or audio) or use some waiting block, that will allow to prevent going to suspended state as long as possible
  2. Open URL using tel://
  3. If the call notification about call failure comes in, try to repeat opening an URL

Once again, just an idea, may not work at all :/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文