I want to open my app's extension(an iMessage extension) programmatically from my parent iOS app, let's say on a button tap for example.
Is there any possible way to achieve this?
I know we can open parent app from extension,but my requirement is reverse.
I tried registering custom URL schema in extension target and tried to open with no luck.