Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable iMessage in MFMessageComposeViewController

I'm developing an iPhone app that requires MFMessageComposeViewController to send texts as actual texts and not as iMessage. Is there a way to protect the texts from being sent as iMessage?

like image 727
Hedam Avatar asked Jan 20 '12 22:01

Hedam


People also ask

Can you disable your iMessage?

Go to Settings. Tap Messages. Turn iMessage off. Go back to Settings.

How do you disable iMessage for someone?

Ask The Other Person to Turn Off iMessage First, ask them to turn off iMessage. Go to iPhone settings and scroll down to 'Messages'. Then, turn off the toggle for 'iMessage'. If they don't have access to their iPhone (they have shifted to a non-iOS device), then deregistering from iMessage's servers is the only way.

What is Messageui in iOS?

The Message UI framework provides specialized view controllers for presenting standard composition interfaces for email and SMS (Short Messaging Service) text messages. Use these interfaces to add message delivery capabilities, without requiring the user to leave your app.


1 Answers

No. iOS controls the routing and there's no way to impact it. (Even from Messages you can't control this.)

like image 132
smparkes Avatar answered Oct 06 '22 00:10

smparkes