Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible for my app to open the Messages app with my iMessage extension activated, on iOS 10?

Specifically, from my app I'd like to open the Messages app and activate my iMessage extension with:

  1. an existing MSConversation (via the remote participant UUID?)
  2. a new MSConversation (via a CNContact?)
  3. a new MSConversation with no remote participant specified

There must be a way with UIApplication:openURL: ?

Or maybe with the MFMessageComposeViewController?

like image 722
Kevin Packard Avatar asked Jun 28 '16 14:06

Kevin Packard


1 Answers

An Apple staffer on the Apple Dev forums replied: No, this is not currently possible.

I filed a feature request as RADAR 27079838.

like image 107
Kevin Packard Avatar answered Nov 13 '22 14:11

Kevin Packard