Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting scheduled push notification on GCM Server

Is it possible to set up a Scheduled Push notification from the GCM server.

Example:

As I click a button i send an api call to the GCM server to send me a push after 30min.

Is that possible?

If yes, please guide me.

Thanks in advance.

like image 996
AabidMulani Avatar asked May 13 '26 02:05

AabidMulani


1 Answers

No, it's not possible. GCM server attempts to deliver the messages you send to it immediately.

If you want to schedule a message for delivery at a given time, schedule it in your server. i.e. make your server send it to GCM server after 30 minutes.

like image 105
Eran Avatar answered May 15 '26 15:05

Eran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!