immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

Added the Safari Push Notification Message. #116

Closed delitestudio closed 7 years ago

delitestudio commented 8 years ago

This is a custom Message implementing the Safari Push Notification message payload.

delitestudio commented 8 years ago

@duccio If needed we can add an example file as sample_push.php, sample_push_custom.php, etc. Hope it helps.

duccio commented 7 years ago

Hello @delitestudio, sorry for the delay. If you an add an example file (e.g. sample_push_safari.php) I will merge ASAP. Thanks 😉

delitestudio commented 7 years ago

Hi @duccio, I have committed a sample_push_safari.php file that uses the same text used in the official Apple documentation to ease users integrating Safari notifications in their PHP projects.

duccio commented 7 years ago

Thank you so much @delitestudio!