打开手机应用程序而不拨打电话

发布于 2024-11-18 16:27:50 字数 64 浏览 4 评论 0原文

我需要的是打开手机应用程序但不打电话。只需打开电话应用程序并显示号码,但为用户提供按 dial 的选项。这可能吗?

What i need is to open the phone app but without calling . Just to open the phone app and to have the number appear but give the user the option to press dial . Is this possible ?

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

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

发布评论

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

评论(1

浪漫之都 2024-11-25 16:27:50

您不能这样做,但您可以让设备弹出一个带有“呼叫”按钮的对话框,该按钮将启动电话呼叫:

[[UIApplication sharedApplication] openURL:
 [NSURL URLWithString:@"tel://1-800-555-5555"]];

You can't do that, but you can make the device pop up a dialog with a Call button which will start a phone call:

[[UIApplication sharedApplication] openURL:
 [NSURL URLWithString:@"tel://1-800-555-5555"]];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文