android应用使用微信授权登录,不能正确获取授权页面,请问是什么原因?
黄舟
黄舟 2017-04-17 15:18:14
0
1
1065

最近公司开发一款android 版本的app,已经在微信开放平台上创建了应用,并且审核通过了。然后授权登录那块由我来做,在开发调试阶段,使用的自己的手机作为的测试机,然后能够正确的出现授权页面,并且能够实现微信登录,但是通过android studio打包生成apk文件以后,不能出现授权页面,也不能够实现微信登录,请问各位大神,这是怎么回事?
其中微信开放平台应用签名是通过微信官方的签名工具生成的签名。
是不是在打包apk文件的时候要对应用签名做什么操作,请大神指点,谢谢!

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
迷茫

There are two types of signatures generated by the signature tool, one is the debug version and the other is the official version.

You said you can log in during the debugging phase because the signature you filled in on the WeChat Developer Platform is the debug signature.

Now, after making it into the official package, install it on your mobile phone, then use the tool to generate a signature, go to the WeChat developer platform to change the signature, and check again after a while, it should be fine.

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