vote up 12 vote down star
4

Does anybody know if it's possible, and how, to programmatically send a SMS from the iPhone, with the official SDK / Cocoa Touch?

flag

5 Answers

vote up 7 vote down

You can use a sms:[target phone number] URL to open the SMS application, but there are no indications on how to prefill a SMS body with text.

link|flag
vote up 5 vote down

If you could send an SMS within a program on the iPhone, you'll be able to write games that spam people in the background. I'm sure you really want to have spams from your friends, "Try out this new game! It roxxers my boxxers, and yours will be too! http://roxxersboxxers.com!!!! If you sign up now you'll get 3,200 RB points!!"

Apple surely has restrictions for automated (or even partially automated) SMS and dialing operations. (Imagine if the game instead dialed 911 at a particular time of day)

Your best bet is to setup an intermediate server on the internet that uses an online SMS sending service, and send the SMSs via that route if you need complete automation. (ie, your program on the iPhone sends a UDP packet to your server, which sends the real SMS)

-Adam

link|flag
And if you purchase that domain I will never be able to look at you the same way again. – Adam Davis Sep 12 '08 at 15:03
2  
I think it's ironic that somebody flagged this post as spam. Read between the lines, peoples! – Randolpho Sep 18 at 14:49
vote up 0 vote down

Is there some official statement from apple about this feature ?

May this alternative help :

http://code.google.com/p/iphone-delivery-report/

link|flag
vote up 0 vote down

There is a Magazine called LDS Living - I think its a Mormon Family magazine... it had an article about IPods and family features. It talked about this issue... written by Matthew Kennedy it says that this feature could be dangerous because of offensive material or bad programs.

link|flag
vote up -1 vote down

Did anyone ever find a solution for this? I am aware of breaking out of the app using an sms: url specifier, however I really would like to pre-populate the contents of the SMS, similar to how is possible using mailto:

Thanks

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.