Appcelerator titanium - send sms

mim picture mim · Jun 7, 2011 · Viewed 8.3k times · Source

I am creating a mobile (iphone/android) application using appcelerator titanium. Is there any way I can make the app send sms to any given number with appcelerator titanium?

Answer

xtremerunnerars picture xtremerunnerars · Jun 7, 2011

If you don't want to pay, here's an SMS module for iOS:

http://developer.appcelerator.com/question/97961/ios-sms-dialog-module

You'll need to follow his guides, but you should be able to get it to work. For android, you can simply call a URL with "sms://"+phoneNumber or something similar.