views:

52

answers:

2

Possible Duplicate:
How to programmatically send SMS on the iPhone?

how to develop/code an application which could send sms from iphone with text in it.

A: 

http://stackoverflow.com/questions/10848/how-to-programmatically-send-sms-on-the-iphone

ohho
should be a comment if you feel it's a duplicate.
KennyTM
A: 

It's not possible to send an sms message from your application. You could for example make an application that connects to your server and sends the message from there.

Alistra
That's not so if you use iOS 4 sdk
Vladimir