send sms to multiple recipients using SMS url in iPhone

前端 未结 4 2174
醉梦人生
醉梦人生 2021-02-14 04:25

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?



        
4条回答
  •  情深已故
    2021-02-14 04:44

    The custom uri scheme seems to be an interesting approach to solve this problem, but we have to make specific iOS app or use an existing and compatible iPhone app, that I didn't find. Actually, only the first number of the list is used and iOS exclude all after the comma. If there are no ways to solve this, which is specific to iPhone, we have to use an SMS gateway (and pay each sms).

    Hope someone have a solution.

提交回复
热议问题