RubyGems Navigation menu

apnd 0.0.1

# APND APND (Apple Push Notification Daemon) is a ruby library to send Apple Push Notifications (APNs) to iPhones. Apple recommends application developers create one connection to their upstream push notification server, rather than creating one per notification. APND acts as an intermediary between your application and Apple. Your application's notifications are queued to APND, which are then sent to Apple over a single connection. Within ruby applications, `APND::Notification` can be used to send notifications to a running APND instance or directly to Apple. A command line utility, `apnd-push`, can be used to send single notifications for testing purposes.

Gemfile:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 0.2.0 - April 05, 2011 (13 KB)
  2. 0.1.8 - February 18, 2011 (11 KB)
  3. 0.1.7 - February 17, 2011 (11 KB)
  4. 0.1.6 - December 10, 2010 (11 KB)
  5. 0.1.5 - December 09, 2010 (11 KB)
  6. 0.0.1 - September 29, 2010 (10 KB)
Toon alle versies (13 totaal)

Runtime afhankelijkheden (3):

daemons >= 0
json >= 0

Eigenaren:

Authors:

  • Joshua Priddle

SHA 256 checksum:

32040c5932b7c7e3e5f10f5c1a3085df2aaf565d389ae48ab1b0d1d02f6d06ac

Total downloads 64.710

Voor deze versie 4.958

Licenties:

N/A

Required Ruby Version: Geen

Links: