简体   繁体   中英

Android App responding to USSD

我试图开发一个响应USSD菜单的APP,任何人都可以给出任何关于如何以编程方式在USSD菜单上响应的指针,我覆盖的部分是拨打fisrt USSD但如何在secod菜单上响应?

This depends on the mobile operator you wish to integrate with or if you will be using a third party to facilitate your connectivity with mobile operators.

It also depends on whether you specified that the session is to be a continuing session when you displayed the first menu. This could be in the form of keywords such as CON or NEXTSTATE.

Majority of the mobile operators use HTTP so as long as you maintain the HTTP connection with them you can have interactive sessions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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