ruby-push-notifications
ruby-push-notifications copied to clipboard
iOS, Android and Windows Phone Push Notifications made easy!!
I just realised that the use of the binary API is [deprecated](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/BinaryProviderAPI.html#//apple_ref/doc/uid/TP40008194-CH13-SW1). Are there plans to support the HTTP/2 based API? Can we help?
The host url that I'm requesting is `https://api.push.apple.com/....` The actual url is the push token appended to the above url: Therefore the actual url becomes `https://api.push.apple.com/..../` which is `uri` `notification...
Hi guys, trying to find a libirary that supports the new ios 13 apns push type headers, i am not seeing it in this library wondering if you guys are...