Push Notification Server Tutorial

Hi everyone, sorry about the frequency of posts as of late, I was out of town for a few days, and accepted a ft position for the next couple of months, so I am currently overwhelmed.

Something I’ve been looking into mainly for testing purposes is push notification.  Now, push notification can really mess up an app so you have to be able to deal with it.

Creating a push notification server can be complex especially if you’re not a web developer.

I found this great tutorial here:
Push Notification Server Tutorial

Which does a great job of showing how it’s done.

DeliciousTwitterTechnoratiFacebookLinkedInEmail
Tags: , , , , ,

Submit A Resource

Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?

You can send a Tweet to @maniacdev on Twitter or submit the url here.

The resources we feel will appeal to our readers the most will be posted on the front page.

  • streamhubpushserver

    You may want to check out StreamHub – it allows you to push data to the iPhone.

  • streamhubpushserver

    You may want to check out StreamHub – it allows you to push data to the iPhone:

    http://www.stream-hub.com/

  • Duccio

    There is an open source PHP classes collection for APNS: ApnsPHP

    With this comprehensive collection of open source PHP classes you can also easily create a Push Server with one or more (forked) processes reading from a common message queue to speed-up sending activities.

    Google Code: http://code.google.com/p/apns-php/

  • Duccio

    There is an open source PHP classes collection for APNS: ApnsPHP

    With this comprehensive collection of open source PHP classes you can also easily create a Push Server with one or more (forked) processes reading from a common message queue to speed-up sending activities.

    Google Code: http://code.google.com/p/apns-php/