I'm trying to open base application from iMessage app, which is an extension in my xcode project(added as target app). Im using[self.extensionContext openURL:url completionHandler::^(BOOL success) {}];
but it doesn't work. here is info.plist in base app
here is info.plist in imessages extension
Am i doing something wrong ?