I want to access iMessage and send message to another user via that but using iMessage ? I have googled it but could not find any thing ? Is it possible and if yes how can I do that ?
-Thanks in advance.
Aakil
I want to access iMessage and send message to another user via that but using iMessage ? I have googled it but could not find any thing ? Is it possible and if yes how can I do that ?
-Thanks in advance.
Aakil
You cannot access iMessage, our only option is to the the MFMessageComposeViewController
to allow to user to send a message. If iMessage is available for the receiving party the message will be send by iMessage. Otherwise it will be send as an SMS or MMS.
Since MFMessageComposeViewController
is only available in UIKit and not in WatchKit you will not be able to send message via a watch kit extension.