Pr0Ger / PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
MIT License
349 stars 179 forks source link

Implement thread-id option #31

Closed kit-cat closed 7 years ago

kit-cat commented 7 years ago

Implements thread-id payload option, cf. https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW1

Also adds payload tests.

Pr0Ger commented 7 years ago

Linters again went crazy for normal code. Thanks for PR, I'll release an update soon

kit-cat commented 7 years ago

Thank you ! :blush: