lib/rpush/daemon/dispatcher/apns_http2.rb in rpush-4.1.1 vs lib/rpush/daemon/dispatcher/apns_http2.rb in rpush-4.2.0

- old
+ new

@@ -1,13 +1,15 @@ module Rpush module Daemon module Dispatcher class ApnsHttp2 + include Loggable + include Reflectable URLS = { production: 'https://api.push.apple.com:443', - development: 'https://api.development.push.apple.com:443', - sandbox: 'https://api.development.push.apple.com:443' + development: 'https://api.sandbox.push.apple.com:443', + sandbox: 'https://api.sandbox.push.apple.com:443' } DEFAULT_TIMEOUT = 60 def initialize(app, delivery_class, _options = {})