Iphone USSD 连接在后台
我正在尝试使用我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 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.
我面临类似的问题,我找到了一种使其合法的方法,
向苹果发送错误报告并请求支持 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/