Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send SMS from iPhone Programmatically

Tags:

ios

iphone

sdk

sms

How can I send a SMS from an iPhone programmatically?

Yesterday, I found an example code and coded it but the code gave me a SMS dialog (internal SMS dialog).

I just want to send a SMS programmatically without the internal SMS dialog.

Is there any example code?

like image 709
keuntae.shin Avatar asked Aug 25 '10 07:08

keuntae.shin


1 Answers

Unfortunately, what you describe is completely impossible without a jailbroken device.

like image 185
esqew Avatar answered Sep 22 '22 05:09

esqew