Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
add Hosts for port 2197
Browse files Browse the repository at this point in the history
closes #53
  • Loading branch information
nathany committed Jun 10, 2016
1 parent 9ff2361 commit 7bc00f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions push/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ import (

// Apple host locations for configuring Service.
const (
Development = "https://api.development.push.apple.com"
Production = "https://api.push.apple.com"
Development = "https://api.development.push.apple.com"
Development2197 = "https://api.development.push.apple.com:2197"
Production = "https://api.push.apple.com"
Production2197 = "https://api.push.apple.com:2197"
)

// Service is the Apple Push Notification Service that you send notifications to.
Expand Down

0 comments on commit 7bc00f9

Please sign in to comment.