EddieKamau / ussd_advanced

Run ussd code directly in your application
MIT License
15 stars 29 forks source link

Advance Ussd request #2

Closed Amein-Eskinder closed 3 years ago

Amein-Eskinder commented 3 years ago

Hey @EddieKamau Is there is a way that we can send advance Ussd request with multi sesions I am creatring a whole project on that???????

EddieKamau commented 3 years ago

Hello, No you can't have a multiple sessions request using advanced USSD but can using normal requests. This limitation is in Google API for USSD. A workaround is combining the multi-session USSD to a single session. Ie 123123400test#, instead of *123# then 1...

On Wed, Sep 1, 2021 at 2:19 PM Muhammed Amein @.***> wrote:

Hey @EddieKamau https://github.com/EddieKamau Is there is a way that we can send advance Ussd request with multi sesions I am creatring a whole project on that???????

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/EddieKamau/ussd_advanced/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJKQX6ZDO7JJ7E7FCSR2TCLT7YD2HANCNFSM5DGHT2IA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- CrazyGenius

Amein-Eskinder commented 3 years ago

I undertand but some telecoms disable the combination in a single sessions for security issues and I was trying to build an app that combines three USSD based fintech in one app am still reaserching and i can't find out any thing suitable

EddieKamau commented 3 years ago

For such telcos, you can checkout hover_ussd https://pub.dev/packages/hover_ussd. The solution I found was half-baked since it worked with android SDK 28 & 29 only. If it worked with SDK 28+ I would have considered it. For now, that's the package limitation, and if a good solution is found the package will be updated.

On Thu, Sep 2, 2021 at 11:07 AM Muhammed Amein @.***> wrote:

I undertand but some telecoms disable the combination in a single sessions for security issues and I was trying to build an app that combines three USSD based fintech in one app am still reaserching and i can't find out any thing suitable

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/EddieKamau/ussd_advanced/issues/2#issuecomment-911352760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJKQX62GL4FZGYVJXX23J7DT74WETANCNFSM5DGHT2IA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- CrazyGenius