The SendMessage method of Texting Component does not work

Hi There.
The SendMessage method of Texting Component does not work.
Android : v14
the environment : Companion and APK
test project :
TextingTest.aia (1.7 KB)

Thank You.

See here:

This works for me using ActivityStarter:

(tested companion, Android 13)

1 Like

Thank you for your quick solution.
The sms started.
But,it seems that the address is not recognized.
Can you give me a further advice?

ActivityCSMSSend.aia (2.0 KB)

If you are asking for help, I recommend you to make it as easy for others to be able to help you ...
You probably will get more feedback then...

which means in your case post a screenshot of your relevant blocks...

To download the aia file, upload it to App Inventor, open it, do some bug hunting for you, etc... this takes time, and most people will not do that...
Thank you.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Sorry, I'll do it that way.
Thank you for your advice.

May I report the results of my experiment for Texting Component?

The SendMessage does not work.SMS App does not start on Companion and APK.
sendmessage

The SendMessageDirect works.SMS App sends the message directly on 2.70u and APK.
sendmessagedirect

Please point out if my experiment is wrong.
Thanks.