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

Make resends of enhanced notifications with frames work #92

Closed xilvar closed 9 years ago

xilvar commented 9 years ago

fix enhanced notification resend with frames by adding frame notification data to _sent_notifications

djacobs commented 9 years ago

merged.