EasyAPNs

Adaptation of the Easy APNs open source project for WordPress. EasyAPNs is a tool to simplify interaction with the Apple Push Notification Service.

Author:Ludovic LECERF(profile at wordpress.org)
WordPress version required:2.1.0
WordPress version tested:3.1.4
Plugin version:0.94
Added to WordPress repository:18-04-2011
Last updated:18-04-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.easyapns.com
Total downloads:2 085
Active installs:20+
plugin download
Click to start download

EasyAPNs for WordPress is an adaptation of the Easy APNs open source project, developed by Ludovic Lecerf. The original project authors is Manifest Interactive. EasyAPNs is a tool to simplify interaction with the Apple Push Notification Service. It works great with Apple apps such as iPhone, iPod Touch and iPad applications.

This plugin is ONLY useful for Apple developers. You should use XCode or Appcelerator.

How it works ?

Each push message must be "addressed" to a specific device. This is achieved by using a unique device Token generated by APNS within your iPhone application. Once this token has been retrieved by EasyAPNs, it is stored in your WP database.

When a post is published, the Payload (the message) is added to the queue. Every hour, the Payload will be sent to Apple Devices that were registered in the database. You don't need to configure a cron job, a WP-Cron is already active.

  • Possibility to process the queue immediately when a post is published
  • Development and production certificate management