How do I send SMS to multiple recipients using SMS url in iPhone?
I am trying this but it doesn't work. Is there any way to send or not?
<a href="sms:phone number">sms</a>
Use this:
sms:/open?addresses={phone number 1},{phone number 2},...
Unfortunately, for now, there is no way to send a SMS to multiple recipients from a web app on iPhones with the sms scheme.
I believe a workaround is possible, if you specifically know the audience of your webapp. You could require the installation of a native app with a custom URL scheme, that creates the SMS upon request.
This app could register on multiplesms://
, read multiple phone numbers, and create the SMS (I think this is possible from different applications I've seen on the Internet, never used them though).
So in your webapp, you could write:<a href="multiplesms:+3581234567,+3582234567">Two numbers, no body text</a>
.
But remember you would have to require the installation of the native app on your users' iPhones.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With