apn 1.0.3

An extension for sending push notifications to iOS and OS X devices from within your PHP code


apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS
and OS X devices from within your PHP code

License: PHP 3.01

This package is not maintained, if you would like to take over please go to this page.

Changes

- Fixed typo in constant name (APN_PODUCTION -> APN_PRODUCTION)
- Incorrect warning message in apn_feedback()
- Added "invalid token" warning in apn_send()
- TSRM fixes