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

Ussd breaks for normal calls #9

Closed LSambo02 closed 2 years ago

LSambo02 commented 3 years ago

Whenever i use a ussd code like *151# it throws [ERROR:flutter/lib/ui/ui_dart_state.cc(171)] Unhandled Exception: PlatformException(ussd_plugin_ussd_execution_failure, USSD_RETURN_FAILURE, null) it only seems to work with codes similar with *#151# which in my specific case aren't applicable. Any help to have both ways working at least?

vkammerer commented 2 years ago

If you are receiving the failure message correctly from the Android side, it means that the behaviour you are reporting concerns Android's implementation of sendUssdRequest. Please report this to the Android team.