edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
368 stars 119 forks source link

send a notification on a chosen date #150

Closed mariewebdesign closed 1 year ago

mariewebdesign commented 2 years ago

your app are great ! It is works perfectly ! i want to send a notification on a chosen date. is it possible to send a notification by planning a sending date?

edamov commented 2 years ago

No, it is not possible out of the box. At least, I didn't find such possibility in apple API. You should create the scheduling feature by yourself.