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

Getting Platform Exception #20

Closed K0M4L closed 4 months ago

K0M4L commented 4 months ago

Error! Code: PlatformException(ussd_plugin_ussd_execution_failure, USSD_RETURN_FAILURE, null, null) - Message PlatformException(ussd_plugin_ussd_execution_failure, USSD_RETURN_FAILURE, null, null)

sendUssd works fine but sendAdvancedUssd is giving above issue. I'm running on android version 12

vkammerer commented 4 months ago

I think you are posting this issue in the wrong repository. sendAdvancedUssd exists only in https://github.com/EddieKamau/ussd_advanced

K0M4L commented 4 months ago

error! code: PlatformException(ussd_plugin_ussd_execution_failure, USSD_RETURN_FAILURE, null, null) - message: PlatformException(ussd_plugin_ussd_execution_failure, USSD_RETURN_FAILURE, null, null) I'm getting the same error when trying with ussd_service package. Can you tell me possible fix.