Skip to content

Instantly share code, notes, and snippets.

View naumov's full-sized avatar

Dmitry Naumov naumov

  • CoachNow.io
  • Riga, Latvia
View GitHub Profile
@naumov
naumov / rpush_apns2.rb
Last active March 12, 2017 21:40
rpush apns 2 http/2 example
app = Rpush::Apns2::App.new
app.name = "ios_app"
app.certificate = File.read("/path/to/cert/cert.pem")
app.environment = "production"
app.connections = 1
app.save!
Rpush.embed # to deliver in console on notification save
n = Rpush::Apns2::Notification.new