Question

Hi I am developing a Wp8 application and I want to know can I send an SMS message without having to go into the native messaging application or does it have to go in to it. Cud i use a webservice to send the message from my app or is their better way to send it.

Was it helpful?

Solution

If you want to send an SMS, in about 5 lines of code, you should look into Twilio. Incredibly easy to get started, only pay for what you use, nicely document rest api and best of all its is a proven/mature technology.

https://www.twilio.com/sms

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top