Send notifications with APNs trough PHP

Hello,

I'm trying to find a way to send notifications to the devices my app is installed on, but I can't find a way to do this using PHP. Could you help me find an article or something to understand how to implement this into my app (in PHP)?

Best regards,

Alex Sofonea

Answered by MobileTen in 712314022

You can implement this https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server or use Google firebase, Azure, Opensource APNS or any APNS provider to deliver your messages.

Accepted Answer

You can implement this https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server or use Google firebase, Azure, Opensource APNS or any APNS provider to deliver your messages.

Send notifications with APNs trough PHP
 
 
Q