0

I am looking for sending SMS through my iPhone app. There is a condition , i am not using the default composer of iPhone, i have designed my own design. There is a text box and send button, so sms should go to the selected respective phone no of phone book.

I have done that with default compose, but i want to go with customize sms composer.

Please help in this case.

Thanks, Gopal

Gopal Rathod
  • 191
  • 3
  • 13

1 Answers1

4

If you want to use iOS' built-in SMS API, I'm afraid you must also use the built-in message composer (it's part of the package deal). That said, you could always use a third-party SMS gateway, and rather than send the SMS directly from the phone, you could send it via HTTP to the gateway.

Community
  • 1
  • 1
Mike Fahy
  • 5,487
  • 4
  • 24
  • 28