Is it possible to add error detection to SMS send
Opened this issue · 3 comments
ndastur commented
https://developer.android.com/reference/android/telephony/SmsManager.html#sendTextMessage(java.lang.String, java.lang.String, java.lang.String, android.app.PendingIntent, android.app.PendingIntent)
It looks like there can be an Intent to receive the status of a sent SMS.
soroshsabz commented
soroshsabz commented
@VahidShir please check this API, and check can you use this in OnSmsDeliveredResult
or not?
VahidShir commented
@soroshsabz Yes. The PR #115 works, and it returns the result, i.e whether the SMS was delivered successfully or not.