I am new to iphone development, i want to create SMS application in my application.I have created mail application using "messageUI.framework".Is there any framework for creating SMS application.I have no idea of it, so tell me the way of approaching this task. Please guide me to achieve my task.Please help me out.Thanks.
+1
A:
Sending messages is somewhat easy — you can usually send an email to a specially formatted number like [email protected] (example only, not sure of real format) and it will send to the device. There is not going to be an easy way to receive sms messages in your app natively.
You can, however, try using one of many free sms apis such as ZeepMobile
coneybeare
2010-02-12 13:30:05
+1
A:
Unfortunately, there is no built-in view controller for sending SMS like MFMailComposeViewController for email. For sending SMS messages programmatically, you can use the SMS URL scheme, like is decribed in this question. However, it appears that you cannot prepopulate the body of an SMS message this way.
Brad Larson
2010-02-12 13:49:07