APNSWrapper

Apple Push Notification Python Wrapper
Download

APNSWrapper Ranking & Summary

Advertisement

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

APNSWrapper Tags


APNSWrapper Description

Apple Push Notification Python Wrapper APNSWrapper is a Python wrapper for Apple Push Notification Service.The Wrapper support for alerts, badges, sounds and custom arguments.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


APNSWrapper Related Software