How to programmatically send SMS on the iPhone without “MFMessageComposeViewController ”?

前端 未结 1 1900
萌比男神i
萌比男神i 2020-12-22 09:17

I would like to send an SMS from an iPhone but MFMessageComposeViewController pops up the message,I would like to send the SMS when an

1条回答
  •  一生所求
    2020-12-22 10:10

    It's not possible to send SMS messages programmatically through the iOS SDK. As you can imagine, if the SDK allowed this, it would open a huge can of worms in terms of developer abuse.

    If the SMS messages don't have to come from the user's phone number, you can take a look at the Twilio API (http://www.twilio.com/sms).

    0 讨论(0)
提交回复
热议问题