Open URL scheme from iOS extension
问题 I have this code that return success = NO [self.extensionContext openURL:[NSURL URLWithString:@"URLApp://"] completionHandler:^(BOOL success) { [self.extensionContext completeRequestReturningItems:nil completionHandler:nil]; }]; So and I can't open containing app from my share extension when I debug it. I've configured main target of contained app like this: I've tested open URLApp:// from safari and it works for me. I also used some examples provided here to understand how to open containing