简体   繁体   English

Windows Phone 8.1应用程序中的USSD呼叫

[英]USSD calls in my windows phone 8.1 app

I'm wondering if there is any API to use USSD calls in my windows phone 8.1 app ? 我想知道在Windows Phone 8.1应用程序中是否有任何API可以使用USSD调用? cause Microsoft doesn't allow you to write direct USSDs from your app. 因为Microsoft不允许您从应用程序编写直接USSD。
I want, for example, that when the user taps on the app tile, a direct call to *120# (or anything else) will be established. 例如,我希望当用户点击应用程序磁贴时,将建立对*120# (或其他任何东西)的直接调用。
Anyone can help ? 有人可以帮忙吗?

Till Now there is no support for USSD API , for your information from MSDN 直到现在为止,不支持USSD API,您可以从MSDN获得信息

Note  
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
For permission to use this API, please reach out to Network Operators API Permissions.
For technical help with this API, please reach out to Network Operators API Help

Refer : https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.networkoperators.ussdsession.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1 参考: https : //msdn.microsoft.com/zh-cn/library/windows/apps/windows.networking.networkoperators.ussdsession.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM