iOS跳转到非好友聊天界面
怪我咯
怪我咯 2017-04-18 09:45:38
0
1
509

大神们跳转到非QQ好友发送消息一直失败

跳转代码

NSString *qqStr=[NSString stringWithFormat:@"mqq://im/chat?chat_type=wpa&uin=%@&version=1&src_type=web",@"564654144"];
NSURL *url = [NSURL URLWithString:qqStr];
[[UIApplication sharedApplication] openURL:url];




怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
迷茫

First of all, public accounts cannot chat. In addition, if you are chatting with non-friends, the QQ account used to receive temporary messages must have the QQ promotion function enabled. Otherwise, strangers sending temporary messages to them will directly fail. Activation method: Open the QQ promotion website http://shang.qq.com and log in with QQ

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template