A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
I am trying to send a message using this package, but due to some carrier issue message dosent get sent.
In this case, the callback I am getting from the sendSMS() is "sent" instead of "failed".
OS : iOS 15.5
can someone please let me know how I can get the failed state as a callback?
I am trying to send a message using this package, but due to some carrier issue message dosent get sent. In this case, the callback I am getting from the
sendSMS()
is "sent" instead of "failed".OS :
iOS 15.5
can someone please let me know how I can get the failed state as a callback?