Add support for safari?
naveen1336 opened this issue · 2 comments
naveen1336 commented
want to implement support safari
stevenharman commented
Safari support for the Push API is nearly all in Apple's court. There's nothing to be done until they ship support for it. Until then, you have to use Apple Push Notifications. Given that, @naveen1336, can this issue be closed?
collimarco commented
Currently Safari on iOS doesn't support web push. When Safari will add support for the Push API, this gem should work without any modification.
For Safari on desktop (APNs) you can use this gem:
https://github.com/nomad/houston
I think that this issue should be closed because it is out of scope. @zaru