How to compose SMS messages

I am working on an app that sends out SMS text messages. Does anyone know the code to do so in Corona? [import]uid: 12903 topic_id: 7337 reply_id: 307337[/import]

I am interested :slight_smile:
I need to send a string via SMS…

[import]uid: 4168 topic_id: 7337 reply_id: 29299[/import]

do you have an sms service provider? or are you trying to send it from the phone’s usual network but bypassing the phones message interface? [import]uid: 6645 topic_id: 7337 reply_id: 29332[/import]

Ya I’m trying to send it from the phone’s usual network but bypassing the regular messaging app. I want to be able to send a txt in my app without having the phone switch over to the messaging app. [import]uid: 12903 topic_id: 7337 reply_id: 29342[/import]

corona is sandboxed. i very much doubt that is possible.

you’d need to do an http request to somewhere.

j [import]uid: 6645 topic_id: 7337 reply_id: 29351[/import]