Skip to content

Commit

Permalink
Merge pull request rpush#392 from brianlittmann/patch-1
Browse files Browse the repository at this point in the history
Add sandbox URL to ApnsHttp2 dispatcher
  • Loading branch information
ileitch authored Mar 8, 2018
2 parents d59573e + 4bdc975 commit a215b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rpush/daemon/dispatcher/apns_http2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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
Expand Down

0 comments on commit a215b71

Please sign in to comment.