Specifically, from my app I'd like to open the Messages app and activate my iMessage extension with:
- an existing MSConversation (via the remote participant UUID?)
- a new MSConversation (via a CNContact?)
- a new MSConversation with no remote participant specified
There must be a way with UIApplication:openURL: ?
Or maybe with the MFMessageComposeViewController?