IOS调用Custom Protocol Posted on 2014/03/08 by neohope — No Comments ↓ NSString* testUrl = @"myprotocal://192.168.0.1:8080/test?username=user&password=user"; NSURL *myURL = [NSURL URLWithString:testUrl]; [[UIApplication sharedApplication] openURL:myURL ] Share the post "IOS调用Custom Protocol" FacebookGoogle+LinkedInTwitterWeiboE-mail