简体   繁体   English

苹果推送通知与PHP

[英]Apple push notification with php

Hi i have a PHP script to send push notifications to devices through apple push notification server. 嗨,我有一个PHP脚本通过Apple推送通知服务器将推送通知发送到设备。 I want to know is there any way of setting apple push notification with a certain time that apple sends the push notification to device when the time happens. 我想知道有什么方法可以在特定时间设置Apple推送通知,以便在该时间发生时Apple将推送通知发送到设备。

Thanks. 谢谢。

No. The notification will be pushed to the device as soon as possible. 否。通知将尽快发送到设备。 You can see all the possible parameters you can send here . 您可以在此处查看所有可能发送的参数。 If you want to schedule it for a certain time, you'll have to do that on your server and push it to Apple at that time. 如果您要安排一定的时间,则必须在服务器上执行该操作,然后将其推送到Apple。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM