Hi Erel,
With PhoneSms I can successfully send a simple (short) message.
To test, I can send sms to my own number.
But when I try with long message (more than 400 characters, for example), it does not work. I have received NO error log, but my phone does not receive the long message I sent.
How can we send long text message?
Thank you.
With PhoneSms I can successfully send a simple (short) message.
To test, I can send sms to my own number.
B4X:
Sub Button1_Click
Dim ps As PhoneSms
ps.Send(EditText1.Text, EditText2.Text)
End Sub
But when I try with long message (more than 400 characters, for example), it does not work. I have received NO error log, but my phone does not receive the long message I sent.
How can we send long text message?
Thank you.