Net::APNS::Feedback

Retrieve data from Apple's APNS feedback service
Download

Net::APNS::Feedback Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Aufflick
  • Publisher web site:
  • http://search.cpan.org/~aufflick/

Net::APNS::Feedback Tags


Net::APNS::Feedback Description

Retrieve data from Apple's APNS feedback service Apple's APNS system provides a feedback service to let you know the device rejected notifications because they are no longer wanted (usually meaning the application has been removed).SYNOPSIS use Net::APNS::Feedback; my $apns = Net::APNS::Feedback->new({ sandbox => 1, cert => 'cert.pem', key => 'key.pem', passwd => 'key password', }); my @feedback = $apns->retrieve_feedback; Requirements: · Perl


Net::APNS::Feedback Related Software