Net::APNS

Apple Push Notification Service for Perl
Download

Net::APNS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Soshi Tamura
  • Publisher web site:
  • http://search.cpan.org/~haoyayoi/

Net::APNS Tags


Net::APNS Description

Apple Push Notification Service for Perl Net::APNS is Apple Push notification service. Push message to iPhone and get unavalble-devicetoken.SYNOPSIS use Net::APNS; my $APNS = Net::APNS->new; my $Notifier = $APNS->notify({ cert => "cert.pem", key => "key.pem", passwd => "pass" }); $Notifier->devicetoken("...."); $Notifier->message("message"); $Notifier->badge(4); $Notifier->write; Requirements: · Perl


Net::APNS Related Software