I'm building an app that has a button. If you touch that button, an MFMessageComposeViewController
will show, with the body filled in and one recipient. This recipient is '4343', a shortcode for texting in Belgium.
The wrong thing here is that the MFMessageComposeViewController
will setup everything as an iMessage: the 'send' button is blue and the recipient is formatted as '(434) 3' and is also colored in blue.
Shortly, this means that iOS chooses for iMessage, but i want to override that. Does anyone know how I can override this behavior and make it send real text messages (SMS).
What I can see is that if the text is sent, it appears as a normal text in my Messages app. But this is still confusing...