ios - Apple push notification Issue on PHP Server -


i have implemented raywenderlich php code sending push notifications. working fine on local machine. not working on php server. when trying hit, giving error "warning: stream_socket_client(): unable connect ssl://gateway.sandbox.push.apple.com:2195 (connection timed out) "

kindly tell if 1 know issue. appreciated.

firewall blocking 2195 port need open same gateway.sandbox.push.apple.com

please verify using below command.

telnet gateway.sandbox.push.apple.com 2195 

please refer below link details.

http://support.apple.com/kb/ts4264


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -