iOS Developer

ios app唤起UC,QQ浏览器打开页面

2017-03-17  本文已影响607人  千年积木

记得在Plist里配置一下
<pre>
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"mttbrowser://"]]){
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"mttbrowser://url=%@",shareLink]]];
}
else if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"ucbrowser://"]]){
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"ucbrowser://%@",shareLink]]];
}
<pre>

上一篇 下一篇

猜你喜欢

热点阅读