各位,有遇到过微信登录无法调起授权页问题吗?
这边并没有返回错误,只是不需要用户授权直接就可以拿到 code 了。
而且 scope 不是静默,是 snsapi_userinfo。
印象中第一次有看得到授权页面,现在看不到了。
appid 和 keystore 都没有问题。
不过日志会打印
E/MtaSDK: [pool-4-thread-1(95124): null:707] - Server response error code:404, error:{"ret":-1, "msg":"invalid appkey"}
大家知道是什么问题吗?
1
StevenTong 2018-11-22 13:11:54 +08:00
invalid appkey 很明确的错误了
|
2
imnpc 2018-11-22 13:16:45 +08:00
微信平台有时候有问题 appkey 需要重新生成 1 次新的 就好了
|
3
AndroidTraveler OP @imnpc 重新生成一次 appkey ?具体是?更新 keystore ?
|
4
AndroidTraveler OP @StevenTong 虽然有 invalid appkey,但是自己可以拿到 code 啊?回调没有错误啊
|
5
xiaohei233 2018-11-26 15:02:52 +08:00
有错误码的话可以查查错误码,另外 app 包签名是会影响的,你要看看是 debug 模式,还是 release 模式,推荐测试的时候用正式的签名。
|