Open
Description
Hi, I think you should consider getting the push urls from a config file, and it should be optional for the consumer to change it when calling apns2 api;
// Apple HTTP/2 Development & Production urls
const (
HostDevelopment = "https://api.sandbox.push.apple.com"
HostProduction = "https://api.push.apple.com"
)
Metadata
Assignees
Labels
No labels
Activity