HypnoAPNSWrapper

Apple Push Notification Python Wrapper
Download

HypnoAPNSWrapper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Max Klymyshyn, Sonettic, Jan Huelsbergen
  • Publisher web site:
  • http://code.google.com/u/klymyshyn/

HypnoAPNSWrapper Tags


HypnoAPNSWrapper Description

Apple Push Notification Python Wrapper HypnoAPNSWrapper is Python wrapper for Apple's Push Notification Service.The Wrapper support for alerts, badges, sounds and custom arguments. Package on Python Package IndexThere is NO DEPENDENCY to ssl python module. This library have build-in support for openssl command-line tool (openssl s_client)Simple How-TodeviceToken = 'Qunxaaxd4Rx11zux07x04x9dGxe6x96j&x95Yx9dx91~xcc`z x88Oxc0x9cxf6xca' # create wrapperwrapper = APNSNotificationWrapper('iphone_cert.pem', True)# create messagemessage = APNSNotification()message.token(deviceToken)message.badge(5)# add message to tuple and send it to APNS serverwrapper.append(message)wrapper.notify() Requirements: · Python What's New in This Release: There is couple of new features - removed dependency form SSL module, improved code and added patch by eric.chamberlain. Also I've tested it (at last) in real-world and it works perfectly. One last thing – the Feedback service haven't tested yet (I can't reproduce it :( ). My appreciation for people who interested in this project and spent time to support of APNSWrapper: · eric.chamberlain · Casey E · Henry Grant · Michael Hanna


HypnoAPNSWrapper Related Software