Why PhoneSms Can Send only Short Message?

bsnqt

Active Member
Licensed User
Longtime User
Hi Erel,

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.
 

Attachments

  • SendSMS.zip
    7.2 KB · Views: 223

desof

Well-Known Member
Licensed User
Longtime User
:sign0013:

Hello down this simple example and I work! placed one number short text (hello) and pressed the button and nothing! at all.
I could be?
 
Upvote 0
Top