Send (Text) Message App

I created an app send message by pressing a key from a text field but it doesn't work I don't understand where the error is by pressing the key I have no answer

1

Your blocks should be opening your default text messaging app?

1 Like

send a text message that I type in the text box field and send with the button send message in the number entered

Use Message1.SendMessageDirect.
The difference between .SendMessage and .SendMessageAbove is that the first will open the Message app on your phone, and then send it, while the second sends it directly, without opening the Message app.

it doesn't work anyway

Tell us how you are testing: companion ? compiled ? Device ? Android version ?

1 Like

Hi, sorry I'm not understanding why it doesn't work, I made this other reservation by clicking on the "send reservation" button the sms does not start, why?
I am grateful for the help you are very kind
I attachment the project
I use andorid Version 11 RKQ11.200826.002
Device Redinote 10 pro
Version MIUI 12.5.4
Thank YouAqua.aia (611.1 KB) Aqua1.aia (487.2 KB)

In Aqua.aia you do not set the telephone number?
image

??? this is activated on a button click (press) ???

1 Like

You did not answer this part ?

Also, worth a try:

Remove the + from the phone number
or
Remove the +39 if calls are being made inside Italy to Italian mobile numbers

1 Like

I'm sorry I did not understand

Try using %2B393312103633 instead ("%2B" is a replacement for "+")

I'm sorry I did not understand don't works

What @TIMAI2 proposed was to change number to 3312103633 or 393312103633.

image

Also he asked how do you test app? Export apk and install in phone ?

image

Or do you use companion ?

image

1 Like

hello thanks for the answer I changed the number and downloaded apk project aqua1 works but project aqua does not

1 Like

Try changing = to ≠ in blocks and see if it works for you

1 Like

guys I can not attach aqua.aia maybe it helps us to understandAqua (1).aia (611.3 KB)

Forgive me but I do not understant what is the problem

Sorry ? I do not understand what I have to do ? you can change the .aia

It works fine on my end too, exactly how @dora_Paz has depicted it. I didn't have to modify the .aia file to tield results.