Top "Apns-php" questions

A full set of open source PHP classes to interact with the Apple Push Notification service for the iPhone, iPad and the iPod Touch.

APNS: invalid token (8)

I am using the apns php server provided at https://code.google.com/p/apns-php/. I've have set up th …

php objective-c push-notification apple-push-notifications apns-php
APNS + PHP "stream_socket_client(): Failed to enable crypto"

I'm having trouble with using APNS with PHP and getting the following message: stream_socket_client(): Failed to enable crypto …

php ios apple-push-notifications push apns-php
Unable to connect to live 'ssl://gateway.push.apple.com:2195'

I am facing issue with APNS php code for push notification on IOS devices, I have two separate connection for …

push-notification apple-push-notifications apns-php
iOS swift How to create .p8 file?

I am working with Pushy Notification where I need to register with the p8 file. So how can I create …

ios apple-push-notifications apns-php
APNS SSL operation failed with code 1

EDIT - Using the enhanced binary format Turns out I wasn't using the enhanced binary format so I changed my …

php push-notification apple-push-notifications apns-php
APNS sandbox Connection failed error '0' in php file?

Am trying to send Apple Push Notifications to my app. Am following this tutorial for the APNS process. URL: http://…

php iphone ios apple-push-notifications apns-php
How to find the Apple Push Notification Delivered to user or not from our server?

Am new to Apple Push Notification services in iPhone app. I have learned these tutorials and apple document, www.raywenderlich.…

iphone ios apple-push-notifications apns-php
Only from PHP: Unable to connect APNS gateway.push.apple.com:2195

It's a late night. I just spent 10 hours in google/stackoverflow search and experiments. And seems I hate Apple Push …

php ios ruby apple-push-notifications apns-php
ApnsPHP: Push notifications working in development but not in production

Yes: there are many duplicates to this question, but none of the answers helped. I am following this great tutorial …

php ios apple-push-notifications apns-php