fluttercommunity / flutter_sms

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
https://fluttercommunity.github.io/flutter_sms/
MIT License
241 stars 176 forks source link

Get failed callback on iOS #68

Open infiniteoverflow opened 2 years ago

infiniteoverflow commented 2 years ago

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?