B4A Question Sending SMS by PhoneSMS incl. capturing of 'Message Sent' and 'SMS Received' events etc. - DonManfred (first post)    Apr 19, 2021   (4 reactions) Only the default SMS App on your Device is allowed to Send SMS.
I earlier Androids it was possible Share My Creation Send SMS from anywhere using B4A ! [Free source included !] - Justcooldev    May 20, 2024   (21 reactions) Hi there!
I want to show you how to send SMS for free from anywhere (Server, B4J, B4A, B4I, Python, JS, etc.) just by using a POST request, MySQL, PHP, and B4A!
Steps to use:
You need to have a web server (shared or private is fine). To create a free one, use 000webhost.
Once you have access to you B4A Question Send SMS from B4A code - JohnC (first post)    May 18, 2020   (4 reactions) Basically, your app can not send an SMS without user intervention unless:
1) Your app is configured to be the "default" sms app for the device (which will disable the factory SMS app that came with the phone)
2) Or use a third party service like Twilio to send the SMS (but then it will NOT be from B4A Question Send SMS - NJDude (first post)    Oct 10, 2017   (1 reaction) You should start by reading the DOCUMENTATION and then by searching the forums for examples, there are plenty. B4A Question how to send an SMS (november 2023) - vangogh    Nov 23, 2023 hello
OK, I REALLY read many many threads about this,
but some are old, some says "it cannot be done anymore", some says "yes, it can be done" but when i run them I get an error...
and yes, I can send sms using an intent - it works, not useful to me
So, NOW, how can I send an SMS, (updated) ?
t B4A Question Publishing status: Rejected - JohnC (first post)    May 07, 2021   (1 reaction) The only way google will allow an app to "send" an SMS is if your app is the default sms app on the user's device.
So, google rejected your app because your app can not be used to replace a typical sms messaging app. B4A Question Send SMS using third party providers - DonManfred (first post)    Jun 08, 2022 https://www.b4x./?query=okhttputils2
okhttputils2 is all you need. Based on your example i guess job.postmultipart should fit here. B4A Question Send sms with SIM card 1 or 2 - morti08 (first post)    Feb 21, 2023 (SmsManager.java:1668)
at android.telephony.SmsManager.sendTextMessageInternal(SmsManager.java:652)
at android.telephony.SmsManager.sendTextMessage(SmsManager.java:489)
at b4a.example.KKK.main.SendSMS(main.java:446)
... 18 more Share My Creation Bulk SMS in B4A - Abdull Cadre    May 22, 2023   (15 reactions) 119737
Overview
This is an source android application used to send bulk SMS (sending SMS to multiple recipients).
It is designed for individuals, small and medium business owners who wish to send SMS to a list of friends or clients that is stored in an excel file without adding their numbers as co Share My Creation RSMS - remote sms - drgottjr    Jul 13, 2024   (5 reactions) this completes my sms trilogy. i've shared 2 earlier projects: my sms forwarder and my "out of office"
auto-reply. the current project - RSMS - involves sending sms from my laptop through an android device.
i, for one, have difficulty "typing" messages on a smartphone's keyboard. i do use a blue Page: 1   2   3   4   5   6   7   Powered by ColBERT |