gpt4 book ai didi

android - 如何使 fcm 推送通知过期或设置生命周期?

转载 作者:太空狗 更新时间:2023-10-29 13:06:23 24 4
gpt4 key购买 nike

我的应用程序将推送通知从服务器发送到多个用户设备。在我的应用程序场景中,通知将在特定时间段内有效。目前,所有通知都通过我的应用程序,但在给定的到期时间后我根本不发送。发送给用户的代码。

   {
"to":"REGISTRATION_ID", // "to" replaces "registration_ids"
"notification": {
"title": "Portugal vs. Denmark”,
"body”: "5 to 1”
},
"time_to_live":"600"
}

注意:“time_to_live”属性无效。

最佳答案

您应该根据本文档使用以下内容:Setting the lifespan of a message.

"android": {
"ttl":"600s"
}

代替

"time_to_live":"600"

关于android - 如何使 fcm 推送通知过期或设置生命周期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47448759/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com