How to open Parent App from iMessage extension

ref – http://stackoverflow.com/questions/24297273/openurl-not-work-in-action-extension

xcode 8.2.1, ios 10.2, swift 3

File > New > Project > Create Single App

Then, click on your project (blue project icon):

File > New > Target > iMessage Extension

Parent App

AppDelegate

iMessage Extension

Throw a button in your xib, and to a handler like so:

If you’re not in UIViewController, you can go: