severika Member Licensed User Longtime User Dec 19, 2014 #1 I am doing a simple application to send short text messages (160 chars max). I all works OK so far, but I want to check the status of the sending procedure, to see if the message has been sent and no error occured. Is there a way to check the status , such as "SENDING", "MESSAGE SENT", "INSUFFICIENT CREDIT" ," NO SIGNAL" , "NETWORK PROBLEM" ... you get my point. Thank you.
I am doing a simple application to send short text messages (160 chars max). I all works OK so far, but I want to check the status of the sending procedure, to see if the message has been sent and no error occured. Is there a way to check the status , such as "SENDING", "MESSAGE SENT", "INSUFFICIENT CREDIT" ," NO SIGNAL" , "NETWORK PROBLEM" ... you get my point. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Dec 19, 2014 #2 You can use PhoneEvents to check whether the delivery was successful or not (SmsDelivered and SemsSentStatus events). Upvote 0
You can use PhoneEvents to check whether the delivery was successful or not (SmsDelivered and SemsSentStatus events).