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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top