I’m trying to create a standalone iMessage app. I had something that worked in iOS 10. I would be able to send a message and show a view controller when the recepient tapped on the message it would open the view controller for them. This same code behaves very different in iOS 12. When the user taps on the message he gets taken to the app store instead of the view controller.
I’ve been looking everywhere on information about this, but there seems to be nothing on this topic.
Does anybody know what changed or how can I dispay a view controller instead of the app store?