Is it possible to send messages from inside an app, using MessageUI framwork on iPhone?
Or, is there an URL Scheme for iMessage?
|
Is it possible to send messages from inside an app, using MessageUI framwork on iPhone? Or, is there an URL Scheme for iMessage?
| ||||
|
feedback
|
|
With iOS 4.* you can send email and SMS from inside your app. Using the MessagUI viewController.
I've checked the documentatie and there is no mention of iMessage in there. Still the system might send the message via iMessage but you will not be notified about it. The main reason for this is that iMessage is transparent in the system, it start out as the normal SMS application, and if the system detect that the other party also has iOS 5 it will switch to iMessage. | |||||
feedback
|
|
We can send the Messages and mails in our iphone application using MessageUI Framework. It is very simple to understand . just refer MessageUI framework reference for iOS. | |||
|
feedback
|
|
The iMessage URL scheme on iPhone (still) appears to be The Messages URL scheme on MacOS X is 'imessage:imessageid' where | ||||
|
feedback
|