How can I change the current conversation Messages Extension

I am creating a Messages Extension, but I don't know how to change the current conversation that the user is looking at. I don't know if this is possible, and I haven't found a way of doing this, I have tried to set the value of MSMessagesAppViewController.activeConversation but it is read only.


Thanks in advance!

Accepted Reply

You cannot forcefully change the conversation the user is looking at. Only the user can do that.

Replies

You cannot forcefully change the conversation the user is looking at. Only the user can do that.