SMS Sending using Twilio in iOS

ios, objective-c, sms, twilio

Solution

Twilio evangelist here.

Try replacing the `+` character with its encoded equivalent `%2B`

Hope that helps.

Devin

Problem

I am using code to send SMS in iOS application from the link: Twilio SMS sending in IOS But i am getting below error while sending the SMS. - The 'To' number +91********** is not a valid phone number(Code 21211) I have checked that the number i am using is properly defined as +(Country Code)(Phone No). The same problem is also present on Twilio Forums: http://forum.twilio.com/twilio/topics/problem_with_number_format_in_ios Can you help me in this problem? Thanks -

Original source

Related problems