iOS Twilio Receive Incoming SMS
NickName:Eric Ask DateTime:2016-01-06T16:08:17

iOS Twilio Receive Incoming SMS

I am developing an iOS messaging app that uses Twilio to send and receive SMS and MMS. The tutorial on Twilio about the iOS client seems to only cover outgoing and incoming calls. I understand that sending an SMS/MMS would mean that I send a HTTP request to my server, in which my server sends the request to Twilio in order to complete the sending. However, how would I receive messages on my app?

I know that Twilio numbers have web hooks that execute when the number receives this message, but how would I get this message to my app. I don't believe that there are delegate methods included like the voice ones. The only solution that I could think of right now would be to use push notifications from my server to the phone. Is there any other possible way? Thanks.

Copyright Notice:Content Author:「Eric」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/34628341/ios-twilio-receive-incoming-sms

More about “iOS Twilio Receive Incoming SMS” related questions

iOS Twilio Receive Incoming SMS

I am developing an iOS messaging app that uses Twilio to send and receive SMS and MMS. The tutorial on Twilio about the iOS client seems to only cover outgoing and incoming calls. I understand that

Show Detail

How to receive webhook response to incoming messages on Twilio SMS Service

I'm using the Twilio API to create a Service that will send SMS. The Service should have its own unique webhook endpoint to receive replies (incoming SMS). var service = ServiceResource.Create( ...

Show Detail

Twilio and Sendgrid - Incoming SMS

Current we send one-way SMS via MS Flow and Twilio which works fine. I have been exploring how to handle incoming SMS, so I followed a guide and managed to utilise Sendgrid to forward incoming SMS...

Show Detail

How to receive incoming message on the twilio android client? Is there any way to receive sms/MMS on android client

I am developing an application in android (Twilio Android Client) using Twilio, which consumes the Rest API. I can successfully send the SMS using the rest API. However, when someone replies to S...

Show Detail

How to receive incoming sms in twilio using c# webforms?

I am using Twilio API to send and receive SMS in c#. I have implemented send SMS successfully. The problem is in receiving SMS. Twilio documentation only shows MVC code to receive SMS. Is it possib...

Show Detail

Receive and respond to Twilio SMS in Apps Script

I am trying to respond to incoming sms messages with Apps Script through Twilio. I have done all the steps exactly as in the video below. https://youtu.be/j0wjM1Ds3lc I currently have a doGet funct...

Show Detail

Receive sms Twilio Webhook

I'm new to Twilio and tried to follow the guide for setting up to send and receive SMS to a server hosted on Google cloud, I installed the Twilio SDK and the outgoing messages were working good, b...

Show Detail

Reply to Incoming Message Twilio SMS Python Quickstart

I'm currently working on the Twilio SMS Quickstart; specifically I'm stuck on the "Reply to an incoming message using Twilio SMS". *update, I've realized I haven't used the 'request' module I impo...

Show Detail

Can't receive incoming sms body individual words using twilio

I'm using the Twilio PHP API on my site for sending and receive sms.i successfully send sms but i can't receive individual words from incoming sms.suppose a customer sent a sms in my twilio number ...

Show Detail

Twilio Incoming SMS

I'm trying to catch the incoming Message sent to the giver phone number Twilio. I have saved the Webhook URL address within the correct place in Twilio's app (Verified phone numbers --> Active n...

Show Detail