user746373
user746373

Reputation: 1

How to do not insert the message content in the Message Inbox when use MFMessageComposeViewController control

In my app use the MFMessageComposeViewController control to send SMS message. The message content will be inserted to Message Inbox of iPhone.

How to do not insert the message content in the Message Inbox when use this control? Because my message content has been encrypted. I don't want user can see them.

Thanks

Upvotes: 0

Views: 220

Answers (1)

rckoenes
rckoenes

Reputation: 69489

There is no way to do this when use the MFMessageComposeViewController. You should have a look at using your own SMS gateway provider if you want to do this.

Upvotes: 1

Related Questions