Push notifications are an important part of iOS applications as they help keeping the user connected with the application.
Official Words:
If you are a native iPhone application developer, you may have heard of the Apple Push Notification service (APNs). There are a lot of excellent online guides on how to get your application to receive remote notifications… but what about the other piece of the puzzle… ACTUALLY SENDING A MESSAGE?!?!
If you are developing an iPhone application and need to send such notifications, Easy APNS comes to the rescue.
It is a PHP-MySQL-based solution for communicating with the APNS which describes every step of a standard setup in detail.
The solution works by inserting push messages into a MySQL table and sending them with the help of a cron job.
There is also an alternative library named PHP-APNS.
Requirements: PHP & MySQL
Website:http://www.easyapns.com/
Download:https://github.com/manifestinteractive/easyapns
via webresourcesdepot.com