tags:

views:

328

answers:

2

Hi Friends

My requirements are like automatically sending a list to client through sms from my iPhone App. I did a little googling with no relevant result. all post are regarding opening sms editor using openUrl....but not abt populating the content of sms using some text...

Please share your comments....

+3  A: 

This is supported:

sms:1-408-555-1212

From the URL Scheme Reference

But it notes the following:

The URL string must not include any message text or other information.

slf
Hi SlfThanks for quick response...but this dosen't solve the problem.The question remains same...how to include text with sms....?
Mohit
+1  A: 

This is not possible in the public SDK. The closest you can get is to launch the SMS application with a number pre-entered (via the sms: URL scheme)

rpetrich