Marshmallow 6.0.1 onMessageReceived() 多次调用



我正在使用Firebase推送通知。所有其他移动设备都显示一个通知,但我的棉花糖 6.0.1 显示 40 到 50 个通知。 google.message_id每次都会更改。

@Override
public void onMessageReceived(String from, Bundle data) {
    // this method is called multiple times
}

在您的项目中更新Firebase,解决了我的问题

相关内容

  • 没有找到相关文章

最新更新