先使用友盟sdk授权微信登录,后删除友盟sdk,添加微信sdk。
调用
SendAuth.Req req = new SendAuth.Req();
req.scope = "snsapi_userinfo";
req.state = "wechat_sdk_demo_test";
wxapi.sendReq(req);
后。
<ACT_START_SCENE> [When starting com.tencent.mm/com.tencent.mm.plugin.base.stub.WXEntryActivity, the user try to start com.tencent.mm/com.tencent.mm.plugin.base.stub.WXEntryActivity]
发现部分手机无法调取授权页,部分手机可以正常登录。
已找到问题的原因https://developers.weixin.qq.com/community/develop/doc/0002ac72d4cd5823376adda7056800?fromCreate=0