-
Notifications
You must be signed in to change notification settings - Fork 59
在微信登录页面点击返回后app会崩掉然后重新打开。 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我也这有这种问题。。。不过还没有研究原因。 |
同问,上面解决了吗? |
同问 |
同问 有解决的吗 |
我是已经加了前缀了的哦,问题似乎不是那个appid。 |
@XJL 我也遇到这个问题。原来新版本里react-native-wx 里有个AndroidManifest.xml配置 里面的activity 类名是 WXEntryActivity 而我自己定义的是WXPayEntryActivity 。修改成一致后就可以了。不过好像还是获取不到回调。 |
名称改成WXEntryActivity 并且在主项目也配置这个activity后就都可以了。。 |
WXEntryActivity这个文件的包名也很重要,要使用注册appid的时候那个包名 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,在微信登录页面不填写账号密码,点击返回后提示:很抱歉,“应用”停止运行,然后点击确定后会重新打开app。可能的原因是什么呢?烦请帮忙分析一下。非常感谢呢。
The text was updated successfully, but these errors were encountered: