简体   繁体   中英

Send and Receive SMS using Twilio on iphone sdk?

I am using the Twilio API for calls and SMS. I'm unable to send SMS.

  1. How can I enable my Twilio number for sending or receiving sms?
  2. Please share with me any helping material for sending or receiving sms, like a tutorial or any code.

At the moment the Twilio iPhone SDK doesn't allow sending or receiving SMS. To send SMS, you can make an HTTP request to the Twilio API, authenticated with your Account Sid and Auth Token, per the instructions at www.twilio.com/docs/api/rest/sending-sms. There's a quickstart tutorial here: http://www.twilio.com/docs/quickstart/php/sms/sending-via-rest .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM