Apple FaceTime URL 方案未发起呼叫

Apple FaceTime URL Scheme not initiating call

对网站上的 FaceTime 链接使用 Apple's URL Scheme Reference,link 打开 FaceTime 应用程序,但未通过 number/email 调用或启动 FaceTime 通话。

<a href="facetime:user@example.com">Connect using FaceTime</a>

这个方案还支持吗?有什么想法吗?

附加信息编辑: 这是我使用的实际代码:

<a href="facetime:user@abc.com">Apple FaceTime</a>

此图显示了在单击 link:

后询问我是否要拨打 FaceTime 电话的弹出窗口

此图显示了打开的 FaceTime 应用程序,但没有任何反应。

当您从网页点击 facetime URL 时,它会提示用户获得许可。自动呼叫启动仅适用于本机应用程序,不适用于网页。

来自FacetimeLinks Reference

When a user taps a FaceTime link in a webpage, iOS confirms that the user really wants to initiate a FaceTime call before proceeding. When an app opens a URL with the facetime scheme, iOS opens the FaceTime app and initiate the call without prompting the user. When opening FaceTime URLs on OS X, the system always prompts the user before initiating a call.

值得注意的是,这是 Safari 上的一个 iOS 8 问题。我们一直在为我们在 iOS 7 上开发的网络应用程序苦苦挣扎了一段时间。

今天早上我想我会在 iOS 8 上尝试 Chrome 只是为了检查它是否完美运行。 Link 单击,要求我确认我想要 FaceTime 号码并按预期启动并拨打该号码。

我们仍然需要让它在 Safari 上运行,但认为这可能有助于关注问题发生的位置,因为到目前为止我一直将其视为 Facetime 错误,而它似乎是 Safari 错误。

希望对您有所帮助,

斯图尔特

基本上,等待错误修复。当我回复您对我的 post 的评论时,为了他人的缘故:是的。这是 iOS 的错误。我已经向 Apple 报告了它,他们目前已经使用 iOS 的最新 Beta 进行了修复。他们只需要推出此修复程序即可。