Jessica
Jessica

Reputation: 2367

Push Notifications via PHP?

So I'm working on an iPhone app and I'm looking for a Push Notification service which can send push notifications via PHP. Does anyone know about a service that offers that functionality ?

Upvotes: 0

Views: 108

Answers (2)

Rahul Patel
Rahul Patel

Reputation: 5896

You should look at Easy APNS
It may help you On this site you will find code snippets and instructions for:

  1. PHP Application Installation
  2. Installing MySQL Tables
  3. Configuring a Cron Job to Deliver Notifications
  4. Adding APNs to your Apple Delegate file

Upvotes: 1

nmh
nmh

Reputation: 2503

I think it is what you are looking for: apple-push-notification-services

Upvotes: 1

Related Questions