Ida
Ida

Reputation: 173

Message API in iOS

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.

Upvotes: 1

Views: 1737

Answers (1)

beryllium
beryllium

Reputation: 29767

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?

Upvotes: 6

Related Questions