Iphone USSD 连接在后台

发布于 2024-12-23 12:44:17 字数 308 浏览 2 评论 0原文

我正在尝试使用我的 iPhone 设置 USSD 服务。但我希望 uSSD 连接在后台处于活动状态(连接 USSD 时没有灰色弹出框)。 USSD 连接将会传入,因为我不会启动它,目前它会被手机自动打开,将我带到灰色菜单。

我希望基本上不弹出菜单,并让我的程序通过 USSD 连接以编程方式将一些信息发送到 USSD 连接的源。我知道没有 USSD API,但我怎样才能基本上读取正在调用我的 USSD #,然后基本上通过程序设置的 uSSD 隧道发送回我想要的数据。

就像之前说的,我已经可以自动接收uSSD连接了。我只需要“在后台运行”,然后以编程方式发回一些内容。

I am trying to setup a USSD service with my iPhone. But i want the uSSD connection to be alive in the background (not have the grey popup box when the USSD is connected). The USSD connection will be incoming as I will not be initiating it and currently it automatically gets opened by the phone, bringing me to the grey menu.

I want to basically not have that menu popup and have my program send some information over the USSD connection programatically to the source of the USSD connection. I know there is no USSD API but how can I basically read the USSD # that is calling me, and then basically send the back data that I want through the uSSD tunnel that program setup.

Like said earlier, I can already automatically receive the uSSD connection. I just need to "run in the background" and then programatically send something back.

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

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

发布评论

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

评论(2

梦冥 2024-12-30 12:44:17

在 iOS 中访问 USSD 是完全非法的,
最近我听到一些使用 CoreTelephony 来做到这一点的方法
您必须知道 CoreTelephony 是一个私有 API,您不能将其用于
合法的应用程序
最后,在撰写此评论之前,没有 API 可以通过 iOS 执行此操作。

Accessing USSD is totally ilegal in iOS,
Recently i listen about some way to do that by using CoreTelephony
you must know that the CoreTelephony is a private API and you can not use it for
legal apps
Finally there are no API to do that via iOS until this comment written.

决绝 2024-12-30 12:44:17

我面临类似的问题,我找到了一种使其合法的方法,

向苹果发送错误报告并请求支持 USSD
http://developer.apple.com/bugreporter/

I face similar problem, I find a way to make it legal

send a bug report to apple and ask for supporting USSD
http://developer.apple.com/bugreporter/

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