1

I am building a system in iOS on ipad which records appointments. Once a appointment is scheduled, a message needs to be sent to the number given while scheduling. Is there a way i can send a SMS through ipad?

southpark
  • 541
  • 2
  • 5
  • 19

1 Answers1

0

It's not possible to send an SMS while remaining in the app on iOS.

You could allow the user to send an SMS by tapping an element which would bring up the messages app and allow you to send one there, but not in the app itself.

You could however, use your own solution in Obc-C (or written in another language such as PHP) which sends the messages through a message gateway.

An example would be this: http://net.tutsplus.com/tutorials/php/how-to-send-text-messages-with-php/

Charlie
  • 10,718
  • 17
  • 78
  • 137