vkammerer / ussd_service

A Flutter plugin to make USSD requests
https://pub.dev/packages/ussd_service
BSD 2-Clause "Simplified" License
21 stars 14 forks source link

Reply ussd error in multi steps #19

Closed fumant2000 closed 11 months ago

fumant2000 commented 11 months ago

Hi all. I'm starting a new thread today. I will keep knowing please if you prefer to find a way to reduce this issue of ussd multisessions in flutter. indeed the user will have to confirm thanks to a number, but it is impossible to manage the multi-sessions with your pulgin

vkammerer commented 11 months ago

Hi, I don't understand what your issue is, nor if it is an issue.

Please clarify what you mean.

This plugin is only a wrapper over Android's sendUssdRequest, and there are known limitations to multi steps USSD request with this API, explained at https://github.com/vkammerer/ussd_service#interactive--multi-steps-ussd-sessions

fumant2000 commented 11 months ago

Okay thanks for your answer. That was exactly his problem. I wanted to know how to perform USSD queries in several steps (multi-session queries). I went through all the documentation and forums and I didn't find anything interesting

vincent-hoodoo commented 11 months ago

Again, I don't understand what your intention is when opening this issue. Please clarify what you want.

fumant2000 commented 11 months ago

I would like to know if you have found a way to perform multi-session USSD queries

vincent-hoodoo commented 11 months ago

Everything there is to know is already in the paragraph I linked to above

fumant2000 commented 11 months ago

ok