djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

Push message status ? #182

Closed kobzar closed 7 years ago

kobzar commented 7 years ago

Hello! As we know when we sent push message to apple servers apple returned operation status from this table:

Status Codes & Meanings 0 - No errors encountered 1 - Processing error 2 - Missing device token 3 - Missing topic 4 - Missing payload 5 - Invalid token size 6 - Invalid topic size 7 - Invalid payload size 8 - Invalid token 255 - None (unknown)

How we can get this result with PyAPNS?