facebook

Send sms to multiple recipients

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #339495 Reply

    Ben
    Member

    Hi all,
    I need to be able to send an sms to several phone numbers. I’ve tried using the following code

    document.location='sms:' + number1+', ' + number2 + ', ' + number3;

    This works fine when building for android, but not when building for ios.
    So how can I submit multiple recipients in the sms url in native ios app?

    Alternatively, can I send sms message without openning the phones sms manger?

    Thanks in advance,
    Ben

    #339502

    support-michael
    Keymaster

    Hi Ben,

    On iOS the sms: scheme with multiple contacts is not supported.
    See http://goo.gl/ZE2b9 which specifies precisely the valid chars that can appear in the number field. No phone number separator is specified. I did additionally googling and found others that tried your approach with no success on iOS.

    >Alternatively, can I send sms message without openning the phones sms manger?

    With iOS6 Apple recent closed a gap in the iOS api that supported silent sms sending. The answer is definitely no for iOS.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Send sms to multiple recipients

You must be logged in to post in the forum log in