Open ahmed-ashraf opened 1 year ago
@ahmed-ashraf How did you check sending status on android ? The message was returned before user actual press send button
This will work only when sendDirect = true. on the other side if sendDirect = false when the app opens the messages app when the user press the send button he will know the result from the messages app itself. Hope I didn't misunderstood your question @dongnqdev
I used android "BroadcastReceiver" to check if the SMS is sent or not. The broadcast receiver will handle all types of message failures in android.