嗨,我正在使用FCM在应用程序中进行推送通知。
图书馆:
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-messaging:17.3.2'
当我从FCM面板发送通知时,在某些情况下,它无法在某些设备(Oneplus 6t,5t)上打开应用程序。
当我使用邮递员发送通知时有效(数据有效载荷)
答案 0 :(得分:0)
您需要为通知设置待定意图,我可以看到您询问如何将待定意图添加到从fcm面板发送的通知中,您应该在FirebaseMessagingService中的OnMessageRecived中处理通知,如以下链接所示