If I’m sending an SMS from my app using SmsManager and the SMS fails to send, does the SmsManager automatically retry sending SMS for me – or do I have to manage this myself in code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
no it does not.
if there is no signal to send a message and it fails.. the phone SHOULD automatically continue to try resending..
currently it simply reports that it has failed and puts it in a list of failed
messages.
so, no…You can catch if the message was sent or not and repsond to these events.
Refer here