Skip to content
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

Android通过查看日志发现wechat.auth有返回值,但是wechat.auth的success回调没有接收到 #601

Open
cxpyear opened this issue Apr 25, 2021 · 5 comments

Comments

@cxpyear
Copy link

cxpyear commented Apr 25, 2021

image

image

通过打印日志发现auth有返回值,但是在前端没接收到通知,麻烦哪位大神能帮忙看下是什么原因,谢谢。

@cxpyear
Copy link
Author

cxpyear commented Apr 25, 2021

我还用到微信分享、微信支付功能都是ok的,就只有微信登陆功能出这个问题

@DarrenHou1993
Copy link

解决了吗兄弟?我也是这个问题

@gofunbox
Copy link

AndroidManifest.xml里面配置缺了

@fenglingdong
Copy link

AndroidManifest.xml里面配置缺了

大佬,这里缺了什么?可以贴出来吗?

@gofunbox
Copy link

gofunbox commented Apr 26, 2023

AndroidManifest.xml里面配置缺了

大佬,这里缺了什么?可以贴出来吗?

<activity android:name=".wxapi.WXEntryActivity" android:label="@string/app_name" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="true" android:taskAffinity="填写你的包名" android:launchMode="singleTask"> </activity>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants