We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
环境: Meizu Pro5 Android 7.0 你好,我在使用推送时出现 “必须设置 setPushReceiver() 才能正常工作”。出现操作,App没有进程时(App杀死状态),收到的推送消息,这是点击推送消息正常是会回调 onNotificationMessageClicked 方法。但是现在点击推送时只有如下日志打印: E/MixPush: onNotificationMessageClicked UnifiedPushMessage{title='推送', content='推送推送推送', platform='meizu', payload='{"url":"app://lineUpPlay"}', passThrough=false}
推测方法是在 DefaultMixPushReceiver->onNotificationMessageClicked()中。
我的项目初始化是在Appcalition中的onCreate()方法中。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
环境:
Meizu Pro5
Android 7.0
你好,我在使用推送时出现 “必须设置 setPushReceiver() 才能正常工作”。出现操作,App没有进程时(App杀死状态),收到的推送消息,这是点击推送消息正常是会回调 onNotificationMessageClicked 方法。但是现在点击推送时只有如下日志打印:
E/MixPush: onNotificationMessageClicked UnifiedPushMessage{title='推送', content='推送推送推送', platform='meizu', payload='{"url":"app://lineUpPlay"}', passThrough=false}
推测方法是在 DefaultMixPushReceiver->onNotificationMessageClicked()中。
我的项目初始化是在Appcalition中的onCreate()方法中。
The text was updated successfully, but these errors were encountered: