Hi Developers and happy new year.
i’am not a android specialist developer, but a need some help to implement a native JS Module to send a USSD on my android application, developed with fuse.
please need help.
Thanks
Using Fuse 1.5
Windows 8.1 x64
Hi Developers and happy new year.
i’am not a android specialist developer, but a need some help to implement a native JS Module to send a USSD on my android application, developed with fuse.
please need help.
Thanks
Using Fuse 1.5
Windows 8.1 x64
USSD, as far as I know, is nothing but an SMS. A somewhat special SMS, but still.
So your app would somehow need to register for receiving SMSs, perhaps using Android Permissions API, and then you’d need to write some Uno code to actually handle the incoming data.
Hope this helps!