flutter_sms icon indicating copy to clipboard operation
flutter_sms copied to clipboard

Get failed callback on iOS

Open infiniteoverflow opened this issue 3 years ago • 0 comments

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?

infiniteoverflow avatar Jun 23 '22 08:06 infiniteoverflow