kukosk / pyapns_client

Simple, flexible and fast Apple Push Notifications on iOS, OSX and Safari using the HTTP/2 Push provider API.
Other
25 stars 11 forks source link

Add thread-id to IOSPayload #7

Closed eloktev closed 2 years ago

eloktev commented 2 years ago

Suppose to add thread-id ions payload key.

kukosk commented 2 years ago

Thanks a lot @eloktev! :)

I merged your PR and found out there's 3 more params that Apple recently added to IOSPayload so I also added those and released v2.0.5 to pypi so that you can use it from there.

eloktev commented 2 years ago

Thank you for a great library!