Code to Send SMS to several Phone numbers

Hello

Here is my problem. If i scan a QR code which aim is to send SMS to several numbers, IOS will only send a SMS to the first phone number.

Code is : SMSTO:NUMBER1:NUMBER2:SMSCONTENT

This code will work with any Android device but not with Iphones. I've been calling Apple but they told they don't know how to separate phone numbers in such a Code to do the job.

I tried with ";" (works with Android too), space, /, blank, ",+... None of them work.

If somebody could help thanks a lot

The rfc for sms indicates something like «sms:+15105550101,+15105550102», which is use , to separate numbers. It seems that iOS is not compatible with the RFC, this may need to open a feedback.

Code to Send SMS to several Phone numbers
 
 
Q