-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get failed sms #175
Comments
By checking the source code , I have noticed that this plugin handles only SENT and DELIVERED status but not the network failure or when the balance is zero |
I managed to get SMS fail status when the balance is zero by modifying some files (valid for other failures). SmsMethodCallHandler.kt
Constants.kt constants.dart
telephony.dart
|
thank you.I'll check it and get back to you later |
Sorry forgot to add
|
is there a way to get a list of failed messages?
getSentSms() without any filter doesn't get themes.
I have Samsung M32 running android 12.
The text was updated successfully, but these errors were encountered: