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 冷启动 获取不到extMsg #635

Open
228100868 opened this issue Aug 29, 2024 · 1 comment
Open

android 冷启动 获取不到extMsg #635

228100868 opened this issue Aug 29, 2024 · 1 comment

Comments

@228100868
Copy link

冷启动时 fluwx.getExtMsg().then((value) {}) 获取到 null,
在后台时,
通过 fluwx.addSubscriber((response) async {
if (response is WeChatShowMessageFromWXRequest) {
var extMsg = response.extMsg;

获取到的 extMsg 是有值的,
请问有人遇到过这个问题么

@JarvanMo
Copy link
Member

JarvanMo commented Sep 5, 2024

看demo

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

2 participants