imgsimonebiliato Well-Known Member Licensed User Longtime User Sep 22, 2013 #1 Hello, using the Phone Library, and a varialbe "Dim inviaSms As PhoneSms", how can I get a message, that the message was successfully sent?
Hello, using the Phone Library, and a varialbe "Dim inviaSms As PhoneSms", how can I get a message, that the message was successfully sent?
Erel B4X founder Staff member Licensed User Longtime User Sep 23, 2013 #2 You should handle SmsDelivered or SmsSent events with PhoneEvents: http://www.b4x.com/android/help/phone.html#phoneevents Upvote 0
You should handle SmsDelivered or SmsSent events with PhoneEvents: http://www.b4x.com/android/help/phone.html#phoneevents
imgsimonebiliato Well-Known Member Licensed User Longtime User Sep 23, 2013 #3 Erel said: You should handle SmsDelivered or SmsSent events with PhoneEvents: http://www.b4x.com/android/help/phone.html#phoneevents Click to expand... Hi Erel, I tried yesterday, but I payed to send a sms to my friend despite a have free sms with my telephone operator. Is it possible? Upvote 0
Erel said: You should handle SmsDelivered or SmsSent events with PhoneEvents: http://www.b4x.com/android/help/phone.html#phoneevents Click to expand... Hi Erel, I tried yesterday, but I payed to send a sms to my friend despite a have free sms with my telephone operator. Is it possible?
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2013 #4 The delivery notification might incur an additional cost. Upvote 0
imgsimonebiliato Well-Known Member Licensed User Longtime User Sep 24, 2013 #5 Erel said: The delivery notification might incur an additional cost. Click to expand... Ok thanks! Upvote 0