如何在我的 iPhone 应用程序上使用 Objective-c 使用 GSM 代码转移呼叫?

发布于 2024-11-09 21:40:21 字数 284 浏览 0 评论 0原文

我已经尝试使用以下代码来执行此操作:

NSURL *phoneURL = [[NSURL alloc] initWithString:@"tel:**21*<destination_number>#"];
[[UIApplication sharedApplication] openURL:phoneURL];

但它不起作用,有时应用程序会崩溃。

它适用于我使用普通号码(如 19765432221)...

有人吗?

谢谢!

I have already tried to do it using the following code:

NSURL *phoneURL = [[NSURL alloc] initWithString:@"tel:**21*<destination_number>#"];
[[UIApplication sharedApplication] openURL:phoneURL];

but it doesn't work and sometimes the app crashs.

It works for me using a normal number (like 19765432221)...

Anybody?

Thanks!

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

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

发布评论

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

评论(1

旧梦荧光笔 2024-11-16 21:40:21

我不确定 *21# 是什么意思,但如果它不能按照你的方式工作,那很肯定是因为苹果不允许这样做。没有其他(公共)API 方法可以执行此类操作。

I'm not sure what *21# means, but if it doesn't work the way you're doing it, it's most certainly because Apple doesn't allow it. There's no other (public) API method for doing this kind of thing.

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