WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
136 stars 47 forks source link

Make apns_priority in NotificationOptions an Option<Priority> #41

Closed pheki closed 4 years ago

pheki commented 4 years ago

Fixes #40. I've tested both Plain (using default options) and Silent (using Priority::Normal) in iOS 9 using a developer certificate.

pimeys commented 4 years ago

Thank you.