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

Added support of the enhanced notification format #21

Closed adamrimon closed 8 years ago

adamrimon commented 12 years ago

The Apple Push Notification Service has an "enhanced notification format". When this format is used, the gateway server responses with a detailed error instead of just ignoring the request. This commit adds support for this feature, which includes raising exceptions depended on the server response.

chrisballinger commented 12 years ago

Awesome, I was considering writing this myself so I'm glad I checked the open pull requests first!

adamrimon commented 12 years ago

no problem ;-) On Oct 2, 2012 1:57 AM, "Chris Ballinger" notifications@github.com wrote:

Awesome, I was considering writing this myself so I'm glad I checked the open pull requests first!

— Reply to this email directly or view it on GitHubhttps://github.com/simonwhitaker/PyAPNs/pull/21#issuecomment-9054557.

ExplodingCabbage commented 8 years ago

I think this was obsoleted by https://github.com/djacobs/PyAPNs/pull/71 and can be closed?