Page 1 of 1
API to send and receive SMS Androdi and IPhone
Posted: Fri Feb 09, 2018 7:32 pm
by jgayoso
I need an API to send and receive SMS in a more professional way on Android and IPhone, which can be integrated with LiveCode.
Thank you, any data.
Greetings from the south of the world.
Jorge Gayoso
Re: API to send and receive SMS Androdi and IPhone
Posted: Tue Feb 13, 2018 1:48 pm
by MaxV
See
http://livecode.wikia.com/wiki/MobileComposeTextMessage
To read SMS, I think that you should contact the livecode company.
Re: API to send and receive SMS Androdi and IPhone
Posted: Sat Feb 17, 2018 6:28 pm
by jgayoso
Ok, gracias MaxV
Saludos desde el sur del mundo.
Podrían hacer un grupo y venir para acá, pesca con mosca, caminatas por lugares fabulosos, buena comida y vinos. Puerto Varas, Chiloe, Valdivia, etc.
Re: API to send and receive SMS Androdi and IPhone
Posted: Wed Apr 15, 2026 4:33 pm
by Mikita99
Sounds like you’re referring to virtual SMS number APIs (OTP / verification services).
Platforms like 5sim or sms-man,com already provide exactly this kind of setup. They offer APIs where you can rent numbers, receive SMS, and integrate everything directly into apps or systems (including Android / iPhone projects via backend).
You can check their API documentation — it usually includes endpoints for number activation, SMS retrieval, and status tracking over HTTP requests.
In short, what you’re describing is already implemented in those services, so using their API would be the closest ready-made solution.