FCM接收消息问题 [英] FCM receive message Issue

查看:70
本文介绍了FCM接收消息问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将FCM集成到我的项目中.但是在收到通知的同时,我在日志中遇到了以下错误. (错误文字为蓝色)

I'm integrating FCM to my project. But I'm getting below error in Log while notification received. (Error text color is blue)

W/FirebaseMessaging: Received message with unknown type: text

我的代码是这样的:

public void onMessageReceived(RemoteMessage remoteMessage) {
        Log.d("Notification", "Success");
        sendNotification(remoteMessage);
}

在此代码中,第一行未执行,也未在调试.

In this code, the first line is not executing and it is not debugging also.

推荐答案

最后我得到了解决方案

在php端,我正在发送

In php side I'm sending

"message_type":"text"

这就是为什么我遇到以上错误.

That's why I got above error.

由于FCM预定义了" message_type "关键字,因此存在冲突.因此,请在PHP代码中更改该关键字.

As "message_type" keyword is predefined by FCM so it is conflicting. So change that keyword in PHP code.

这篇关于FCM接收消息问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆