I recently built a new iOS 10 iMessage application. Originally, I thought I was only going to need to build a standalone iMessage application so I used the XCode template for doing that. Problem now is that I've realized you cannot open external urls from within an iMessage application but only from within it's parent app. So now I want to add a parent application but I can't figure out what's the best way to go about it.
The iMessage application template comes with a parent target but it doesn't seem to be set up the same way a normal iOS application is (i.e. theres no scheme set up for it, build phases are missing, etc.). I've tried adding an application to the XCode project but I just can't get it to work with the already created extension.
Anyone know the best way to create a parent application after you've already started a standalone iMessage app? Any help to point me in the right direction would be appreciated.