activeConversation comes up as nil if the view controller is not set to initial view controller. Seems like a bug to me. Anyone else experience this?
activeConversation is nil if the view controller is not initial view controller
Seems like the problem is when you embed MSMessagesAppViewController in UINavigationController.
I filled a radar for this.
27105509
Are you saying that in your initial view controller you're able to get the activeConversation but in subsequent pushed controllers you're not? If so I'm not sure if that's expected behavior, but you could certainly push the conversation down to any pushed controllers during the segue to them. Thanks for the bug. If you happen to have a small sample project that demonstrates that, that always helps expedite the evaluation and debugging of issues.
Should I attach it to the radar?
Yes, please.
I tried to push it down but it did not like that. it appears activeconversation is readOnly...
Did you find any solution for this issue? I'm facing the same problem.