djacobs / PyAPNs

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

Add enhanced message and its corresponding error-handling, resent mechanism Fix #61. #71

Closed jimhorng closed 10 years ago

jimhorng commented 10 years ago

Add enhanced message and its corresponding error-handling, resent mechanism Fix #61. Problem Addressed (Reference to Redth):

Solution:

Result:

Test: Sample code to test above function

djacobs commented 10 years ago

Thanks - this is significant! I'll review shortly.

jimhorng commented 10 years ago

Hi djacobs, I had updated comment to include test script to test the new functionalities.

djacobs commented 10 years ago

@jimhorng OK - I am catching up in the wrong order, obviously. Thank you for this and for your patience.

jimhorng commented 10 years ago

Thanks for reviewing this PR, hope this helps :D