0

Possible Duplicate:
How to programmatically send SMS on the iPhone?

Is it possible to send text messages from an iphone app automatically through code. I havent seen any sample code of this yet?

Community
  • 1
  • 1
Nick LaMarca
  • 8,076
  • 31
  • 93
  • 152

1 Answers1

0

There is no support from Apple in the original SDK to do automatic sending. I mean, the support that exists in the official SDK - the MessageUI framework - allows you to send text messages, but you can't escape the UI that Apple imposes, and you can't send the messages automatically.

But what you can do is to use a 3rd party service. I've been using clickatell.com for about 6 years now ( vb6 and .net too :) ... ) - and i only can recommend it ... You could give a go with them ?

Moszi
  • 3,236
  • 2
  • 22
  • 20