Does anybody know if it's possible, and how, to programmatically send a SMS from the iPhone, with the official SDK / Cocoa Touch?
|
4
|
|
|
|
|
|
You can use a |
||
|
|
|
|
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 |
||||||
|
|
|
Is there some official statement from apple about this feature ? May this alternative help : |
||
|
|
|
|
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. |
|||
|
|
|
|
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 |
||
|
|
