lib/rpush/daemon/dispatcher/apns_http2.rb in rpush-3.0.2 vs lib/rpush/daemon/dispatcher/apns_http2.rb in rpush-3.1.0
- old
+ new
@@ -3,10 +3,11 @@
module Dispatcher
class ApnsHttp2
URLS = {
production: 'https://api.push.apple.com:443',
- development: 'https://api.development.push.apple.com:443'
+ development: 'https://api.development.push.apple.com:443',
+ sandbox: 'https://api.development.push.apple.com:443'
}
DEFAULT_TIMEOUT = 60
def initialize(app, delivery_class, _options = {})