1

I wonder if there is an API for sending message (SMS and mail) in iOS without having to use a view controller? I don't want the user to be able to edit the message.

Ida
  • 173
  • 9

1 Answers1

6

You cannot send SMS/Email without user acceptance. But there are a lot of web-services in internet which can send SMS/Email. I guess some app uses those services or uses own.

See also: How to programmatically send SMS on the iPhone?

Community
  • 1
  • 1
beryllium
  • 29,669
  • 15
  • 106
  • 125