If we have a host app, then we can open Safari with openURL method:
[self.extensionContext openURL:[NSURL URLWithString:@"http://google.com"] completionHandler:nil];
But what if we have standalone iMessage app? Is there any trick to open another app from it?