Skip to content

Instantly share code, notes, and snippets.

@mako34
mako34 / PHP_push_iOS.php
Last active May 3, 2020 13:04
PHP test for iOS push notification
<?php
// Provide the Host Information.
$tHost = 'gateway.sandbox.push.apple.com';
$tPort = 2195;
// Provide the Certificate and Key Data.