描述错误 函数onResume和onLunch在android平台上不起作用,尽管它们在IOS上可以正常工作, 我在控制台上收到以下消息,而不是在那些函数中打印字符串:
"W/FirebaseMessaging(24847): Missing Default Notification Channel metadata in AndroidManifest. Default value will be used."
onMessage函数工作正常,问题在于应用程序在后台运行
复制 尝试在onResume和onLunch函数中打印一些东西
预期行为 功能可以像在IOS和Android Lower 8.0上一样正常运行
其他上下文 我的猜测是,它与应在android清单中添加的android通知通道ID有关
当我添加它以显示消息时,更改为:
"Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used."