FCM计划推送通知的交付日期或时间

时间:2021-09-05 07:58:58

I have working with FCM console to send push notification and it has an option to schedule the delivery date.

我使用FCM控制台发送推送通知,它可以选择安排交付日期。

But in the references, this API is not documented as an option. I need to know if its possible to push a notification with predefined delivery date through a POST request.

但在参考文献中,此API未作为选项记录。我需要知道是否可以通过POST请求推送具有预定义交付日期的通知。

1 个解决方案

#1


15  

If you're looking for a public API of FCM for a scheduled push or a payload parameter where you can set the push date, unfortunately, there's nothing like it as of the moment.

如果您正在为计划推送或有效负载参数寻找FCM的公共API,您可以在其中设置推送日期,遗憾的是,目前没有类似的情况。

You must implement your own App Server and implement the scheduled push yourself (also mentioned it here).

您必须自己实现自己的App Server并实现预定的推送(这里也提到了)。

#1


15  

If you're looking for a public API of FCM for a scheduled push or a payload parameter where you can set the push date, unfortunately, there's nothing like it as of the moment.

如果您正在为计划推送或有效负载参数寻找FCM的公共API,您可以在其中设置推送日期,遗憾的是,目前没有类似的情况。

You must implement your own App Server and implement the scheduled push yourself (also mentioned it here).

您必须自己实现自己的App Server并实现预定的推送(这里也提到了)。